Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071705
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071705 Least k > n such that C(2n,n) divides C(2k,k). +0
1
1, 2, 5, 9, 13, 20, 18, 21, 20, 63, 50, 131, 111, 67, 197, 113, 113, 338, 335, 173, 426, 110, 110, 554, 515, 515, 368, 368, 515, 928, 928, 1269, 1152, 1152, 1269, 1511, 1462, 1456, 1458, 1458, 2524, 2181, 2895, 2895, 2895, 2805, 3379, 3379, 3640, 2808, 3284 (list; graph; listen)
OFFSET

0,2

MATHEMATICA

f[n_] := Block[{k = n + 1}, bn = Binomial[2n, n]; While[ !IntegerQ[ Binomial[2k, k]/bn], k++ ]; k]; Table[ f[n], {n, 0, 50}]

PROGRAM

(PARI) for(n=1, 45, s=n+1; while(binomial(2*s, s)%binomial(2*n, n)>0, s++); print1(s, ", "))

CROSSREFS

Sequence in context: A122489 A120615 A038707 this_sequence A109094 A049753 A126326

Adjacent sequences: A071702 A071703 A071704 this_sequence A071706 A071707 A071708

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 24 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 27 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research