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”).

A081768
Number of k, 1<=k<=n, such that C(n,k) divides C(2n,2k).
1
1, 2, 3, 3, 5, 5, 3, 7, 7, 5, 7, 5, 7, 11, 9, 3, 5, 13, 9, 13, 7, 3, 11, 9, 7, 9, 7, 11, 11, 9, 3, 9, 23, 13, 19, 9, 3, 7, 11, 7, 11, 9, 9, 9, 7, 7, 5, 19, 13, 23, 15, 7, 17, 13, 9, 7, 5, 5, 7, 11, 11, 11, 19, 11, 15, 9, 11, 21, 19, 11, 9, 9, 9, 13, 11, 5, 13, 21, 9, 11, 15, 7, 13, 9, 7, 11, 7, 15
OFFSET
1,2
COMMENTS
Is a(n) odd for n>2 ? All odd numbers occur? Does equation a(x)=2m+1 have infinitely many solutions for any m>=1?
LINKS
MATHEMATICA
Total/@Table[If[Divisible[Binomial[2n, 2k], Binomial[n, k]], 1, 0], {n, 90}, {k, n}] (* Harvey P. Dale, Jul 10 2012 *)
CROSSREFS
Sequence in context: A265145 A103310 A046146 * A273493 A193404 A072923
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 09 2003
STATUS
approved