Is it possible to prove that for all positive integers , divides ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First let's rewrite ∏ k = 0 n − 1 ( 2 n − 2 k ) = ∏ k = 0 n − 1 2 k ( 2 n − k − 1 ) = 2 t n − 1 ∏ k = 0 n − 1 ( 2 n − k − 1 ) = 2 t n − 1 ∏ k = 1 n ( 2 k − 1 ) where t n are the triangular numbers.
Now, according to De Polignac's Formula the highest power of a prime p that divides n ! is ∑ k = 1 ∞ ⌊ p k n ⌋ ≤ ⌊ ∑ k = 1 ∞ p k n ⌋ = ⌊ p − 1 n ⌋ . For p = 2 this is n which is smaller than or equal to t n − 1 whenever n > 2 so our product has a high enough power of 2 whenever n > 2 . (And the cases n=1,2 can be checked to hold by computation).
For odd primes simply apply Fermat's little theorem which says that 2 p − 1 − 1 ≡ 0 m o d p to find that ∏ k = 1 n ( 2 k − 1 ) will be divided at least once by p for each multiple of p − 1 smaller than or equal to n so this entire product is divided by p ⌊ p − 1 n ⌋ . This means that indeed ∏ k = 0 n − 1 ( 2 n − 2 k ) is divisible by n ! .