We first show that
Nr≤2r(r2r)
by proving that
K(n,r)=2(n+r)r(n2n)(r2r)
is an integer for all n≥0 and r≥1. Notice that
K(0,r)=(r2r−1)andK(n,1)=n+11(n2n),
the latter being a Catalan number, so K(0,r) and K(n,1) are integers for all n and r.
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)
shows by induction on r that K(n,r) is indeed an integer for all n and r.
Suppose now that, for some r, Nr<Mr=2r(r2r). The integer Nr is the least common multiple, over all n≥0, of the denominators of the numbers n+r1(n2n) when written in lowest terms. By the argument above, Mr is a multiple of all these denominators. Hence Nr divides Mr. By the definition of Nr, any prime p that divides Mr/Nr also divides K(n,r) for each n≥0. Since K(n,s+1)=K(n+1,s)+2K(n,1)K(0,s), induction on m shows that p divides K(n,m) for all n≥0 and m≥r.
Now choose k such that pk≥r. Since p divides (jpk), j=1,2,…,pk−1, the identity (n2n)=∑j=1n(jn)2 yields (pk2pk)≡2(modp). Therefore p does not divide 21(pk2pk)=K(0,pk). This contradicts the preceding paragraph, so Nr=2r(r2r) for all r.
To prove the recurrence relation, notice that
(m+12m+2)=2(m2m+1)=2m+12m+1(m2m),
to get
K(n,r+1)−K(n+1,r)=2(n+r+1)r+1(n2n)(r+12r+2)−2(n+r+1)r(n+12n+2)(r2r)=n+r+11(n2n)(r2r)(2r+1−rn+12n+1)=n+11(n2n)(r2r)=2K(n,1)K(0,r).