Vespero
- 26
- 0
Homework Statement
Define the numbers
G_n = \prod_{k=1}^n (\prod_{j=1}^{k-1}\frac{k}{j}).
(a) Show that G_n is an integer, n>1;
(b) Show that for each prime p, there are infinitely many n>1 such that p does not divide G_n.
Homework Equations
The Attempt at a Solution
I can see that the expansion is
G_n = (\prod_{j=1}^{0}\frac{k}{j}) (\dfrac{2}{1})(\dfrac{3}{1}\dfrac{3}{2})...(\dfrac{n}{1}\dfrac{n}{2}...\dfrac{n}{n-1}).
However, what happens when n = 1, or more specifically, in the first factor of the general expansion where k = 1? Do we simply ignore \prod_{j=1}^{0}\frac{k}{j}? Does it equal 1? I assume it doesn't equal 0, or the function would always equal 0. Once I understand this, I might actually be able to work the problem.