The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072119 Least k such that k(k+1)(k+2)...(k+n) divides C(2k,k). 0
1, 15, 42, 153, 153, 209, 943, 1989, 3318, 11725, 14322, 30191, 96113, 96113, 131054, 458671, 1040366, 1540061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
g[n_] := Block[{k = 1}, While[ !IntegerQ[ Binomial[2k, k] / Product[i, {i, k, k + n}]], k++ ]; Return[k]]; Table[ a[n], {n, 1, 13}]
PROG
(PARI) for(n=1, 8, s=1; while(binomial(2*s, s)%prod(i=0, n, (s+i))>0, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A008976 A280232 A233302 * A069127 A137183 A173873
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 19 2002
EXTENSIONS
More terms from Naohiro Nomoto and Robert G. Wilson v, Jun 21 2002
a(14)-a(18) from Chai Wah Wu, Mar 27 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 21:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)