Maths Olympiad Prep

Library / /4 of 4

, 2010

Combinatorics Difficulty 6.2 National Olympiad Prove it Romania

Let rr be a positive integer and let NrN_r be the smallest positive integer such that the numbers
Nrn+r(2nn),n=0,1,2,, \frac{N_r}{n+r} \binom{2n}{n}, \quad n = 0, 1, 2, \dots,
are all integers. Show that
Nr=r2(2rr). N_r = \frac{r}{2} \binom{2r}{r}.

Solution

We first show that
Nrr2(2rr) N_r \le \frac{r}{2} \binom{2r}{r}
by proving that
K(n,r)=r2(n+r)(2nn)(2rr) K(n,r) = \frac{r}{2(n+r)} \binom{2n}{n} \binom{2r}{r}
is an integer for all n0n \ge 0 and r1r \ge 1. Notice that
K(0,r)=(2r1r)andK(n,1)=1n+1(2nn), K(0, r) = \binom{2r-1}{r} \quad \text{and} \quad K(n, 1) = \frac{1}{n+1} \binom{2n}{n},
the latter being a Catalan number, so K(0,r)K(0, r) and K(n,1)K(n, 1) are integers for all nn and rr.
Next, the recurrence relation (which will be proved at the end of the solution)
K(n,r+1)K(n+1,r)=2K(n,1)K(0,r) K(n, r + 1) - K(n + 1, r) = 2K(n, 1)K(0, r)
shows by induction on rr that K(n,r)K(n, r) is indeed an integer for all nn and rr.
Suppose now that, for some rr, Nr<Mr=r2(2rr)N_r < M_r = \frac{r}{2} \binom{2r}{r}. The integer NrN_r is the least common multiple, over all n0n \ge 0, of the denominators of the numbers 1n+r(2nn)\frac{1}{n+r} \binom{2n}{n} when written in lowest terms. By the argument above, MrM_r is a multiple of all these denominators. Hence NrN_r divides MrM_r. By the definition of NrN_r, any prime pp that divides Mr/NrM_r/N_r also divides K(n,r)K(n, r) for each n0n \ge 0. Since K(n,s+1)=K(n+1,s)+2K(n,1)K(0,s)K(n, s+1) = K(n+1, s) + 2K(n, 1)K(0, s), induction on mm shows that pp divides K(n,m)K(n, m) for all n0n \ge 0 and mrm \ge r.
Now choose kk such that pkrp^k \ge r. Since pp divides (pkj)\binom{p^k}{j}, j=1,2,,pk1j = 1, 2, \dots, p^k - 1, the identity (2nn)=j=1n(nj)2\binom{2n}{n} = \sum_{j=1}^n \binom{n}{j}^2 yields (2pkpk)2(modp)\binom{2p^k}{p^k} \equiv 2 \pmod{p}. Therefore pp does not divide 12(2pkpk)=K(0,pk)\frac{1}{2}\binom{2p^k}{p^k} = K(0, p^k). This contradicts the preceding paragraph, so Nr=r2(2rr)N_r = \frac{r}{2}\binom{2r}{r} for all rr.

To prove the recurrence relation, notice that
(2m+2m+1)=2(2m+1m)=22m+1m+1(2mm), \binom{2m+2}{m+1} = 2\binom{2m+1}{m} = 2\frac{2m+1}{m+1}\binom{2m}{m},
to get

K(n,r+1)K(n+1,r)=r+12(n+r+1)(2nn)(2r+2r+1)r2(n+r+1)(2n+2n+1)(2rr)=1n+r+1(2nn)(2rr)(2r+1r2n+1n+1)=1n+1(2nn)(2rr)=2K(n,1)K(0,r).\begin{align*} K(n, r + 1) - K(n + 1, r) &= \\ &\frac{r+1}{2(n+r+1)} \binom{2n}{n} \binom{2r+2}{r+1} - \frac{r}{2(n+r+1)} \binom{2n+2}{n+1} \binom{2r}{r} = \\ &\frac{1}{n+r+1} \binom{2n}{n} \binom{2r}{r} \left(2r+1 - r\frac{2n+1}{n+1}\right) = \\ &\frac{1}{n+1} \binom{2n}{n} \binom{2r}{r} = 2K(n, 1)K(0, r). \end{align*}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.