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

A318814
Expansion of e.g.f. Product_{k>=1} ((1 + x^k)/(1 - x^k))^(sigma(k)/k).
6
1, 2, 10, 64, 512, 4768, 53056, 645440, 8868352, 133302016, 2184149504, 38530160128, 733246566400, 14834910150656, 319778313883648, 7292507623063552, 175517505539538944, 4440588163825008640, 117969026857318678528, 3276703253565946855424, 95086071773832697348096
OFFSET
0,2
COMMENTS
Convolution of A305127 and A318769.
LINKS
FORMULA
log(a(n)/n!) ~ Pi^2 * sqrt(n/6).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(DivisorSigma[1, k]/k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 04 2018
STATUS
approved