OFFSET
0,4
COMMENTS
Also the weigh transform of A003602. - John Keith, Nov 17 2021
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..5000
Vaclav Kotesovec, A method of finding the asymptotics of q-series based on the convolution of generating functions, arXiv:1509.08708 [math.CO], 2015-2016.
FORMULA
a(n) ~ A^(1/2) * Zeta(3)^(11/72) * exp(-1/24 - Pi^4/(1728*Zeta(3)) + Pi^2 * n^(1/3)/(3*2^(8/3)*Zeta(3)^(1/3)) + 3*Zeta(3)^(1/3) * n^(2/3)/2^(4/3)) / (sqrt(3*Pi) * 2^(71/72) * n^(47/72)), where Zeta(3) = A002117 and A = A074962 is the Glaisher-Kinkelin constant. - Vaclav Kotesovec, Oct 02 2015
MATHEMATICA
nmax = 50; CoefficientList[Series[-1 + Product[1/(1 - x^(2*k-1))^k, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 19 2015 *)
nmax = 100; Flatten[{0, Rest[CoefficientList[Series[E^Sum[1/j*x^j/(1 - x^(2*j))^2, {j, 1, nmax}], {x, 0, nmax}], x]]}] (* Vaclav Kotesovec, Oct 10 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved