A number n is said to be divisible by d if d is a divisor of n. The function Divisible[n, d] returns True if an integer n is divisible by an integer d. The product of any n consecutive integers is divisible by n!. The sum of any n consecutive integers is divisible by n if n is odd, and by n/2 if n is even.