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!)
A072929 a(n) = Sum_{d dividing n} binomial(2d,d). 1
2, 8, 22, 78, 254, 952, 3434, 12948, 48642, 185016, 705434, 2705178, 10400602, 40120040, 155117794, 601093338, 2333606222, 9075184872, 35345263802, 137846713906, 538257877894, 2104099669160, 8233430727602, 32247606401148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: Sum_{k>=1} C(2k, k)*x^k/(1-x^k). - Benoit Cloitre, Apr 21 2003
L.g.f.: -log(Product_{k>=1} (1 - x^k)^(binomial(2*k,k)/k)) = Sum_{n>=1} a(n)*x^n/n. - Ilya Gutkovskiy, May 20 2018
a(n) ~ 4^n / sqrt(Pi*n). - Vaclav Kotesovec, May 21 2018
a(n) = Sum_{k=1..n} C(2*gcd(n,k),gcd(n,k))/phi(n/gcd(n,k)) = Sum_{k=1..n} C(2*n/gcd(n,k),n/gcd(n,k))/phi(n/gcd(n,k)) where phi = A000010. - Richard L. Ollerton, May 19 2021
MATHEMATICA
Table[Total[Binomial[2#, #]&/@Divisors[n]], {n, 30}] (* Harvey P. Dale, Aug 20 2022 *)
PROG
(PARI) a(n)=sumdiv(n, d, binomial(2*d, d))
CROSSREFS
Cf. A000984.
Cf. A000010.
Sequence in context: A106053 A121135 A183410 * A328140 A053958 A300370
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 13 2002
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 July 27 23:44 EDT 2024. Contains 374651 sequences. (Running on oeis4.)