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

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
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
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 08 2002
STATUS
approved