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!)
A067819 Sum of the divisors of binomial(2n,n). 3
3, 12, 42, 144, 728, 2688, 10080, 39312, 127008, 423360, 2419200, 6773760, 32140800, 160704000, 626745600, 1940889600, 9289728000, 38397542400, 156332851200, 642477588480, 2223960883200, 8154523238400, 36280077926400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000203(A000984(n)). - Amiram Eldar, Sep 28 2019
MATHEMATICA
Table[DivisorSigma[1, Binomial[2 n, n]], {n, 30}]
PROG
(PARI) a(n) = sigma(binomial(2*n, n)); \\ Michel Marcus, Sep 28 2019
CROSSREFS
Sequence in context: A084529 A017941 A066972 * A094970 A065179 A048121
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 08 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 September 15 15:25 EDT 2024. Contains 375938 sequences. (Running on oeis4.)