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

A263149
Expansion of Product_{k>=1} (1 + x^(2*k+1))^k.
5
1, 0, 0, 1, 0, 2, 0, 3, 2, 4, 4, 5, 10, 7, 16, 13, 28, 22, 40, 41, 63, 73, 90, 123, 143, 199, 214, 316, 343, 483, 532, 733, 848, 1099, 1305, 1644, 2029, 2448, 3067, 3657, 4643, 5443, 6892, 8107, 10224, 12031, 14974, 17798, 21941, 26190, 31867, 38381, 46300
OFFSET
0,6
LINKS
FORMULA
G.f.: exp(Sum_{j>=1} (-1)^(j+1)/j*x^(3*j)/(1 - x^(2*j))^2).
a(n) ~ exp(-Pi^4/(5184*Zeta(3)) - Pi^2 * n^(1/3) / (8 * 3^(4/3) * Zeta(3)^(1/3)) + 3^(4/3) * Zeta(3)^(1/3) * n^(2/3)/4) * Zeta(3)^(1/6) / (2^(23/24) * 3^(1/3)* sqrt(Pi) * n^(2/3)).
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(2*k+1))^k, {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 100; CoefficientList[Series[E^Sum[(-1)^(j+1)/j*x^(3*j)/(1 - x^(2*j))^2, {j, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 10 2015
STATUS
approved