login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A120626
Least number k such that the k-th Catalan number C(2k,k)/(k+1) is divisible by n!.
5
1, 2, 5, 14, 14, 46, 46, 382, 446, 1662, 1662, 3582, 3582, 4094, 4094, 130942, 130942, 458238, 458238, 1040382, 1046526, 2883582, 3129342, 16760830, 16760830, 56623102, 66584318, 367001598, 367001598, 670826494, 670826494, 8589672446, 12348030974
OFFSET
1,2
LINKS
MATHEMATICA
f[0] = 1, f[n_] := Block[{k = f[n - 1]}, While[ !IntegerQ[ Binomial[2k, k]/(n!(k + 1))], k++ ]; k]; Array[f, 20]
CROSSREFS
Cf. A000108.
Sequence in context: A289682 A151854 A146526 * A046058 A137271 A131356
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 19 2006
EXTENSIONS
More terms from Ryan Propper, Oct 13 2006
Further terms from Ryan Propper, Dec 25 2007
Further terms from Max Alekseyev, Feb 04 2008
STATUS
approved