Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A291749
Expansion of Product_{k>=1} (1 + x^(2*k^2 + 1)).
2
1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 1, 1, 0
OFFSET
0,74
LINKS
FORMULA
a(n) ~ exp(3 * Pi^(1/3) * ((sqrt(2)-1) * Zeta(3/2))^(2/3) * n^(1/3)/4) * ((sqrt(2)-1) * Zeta(3/2))^(1/3) / (2 * sqrt(6) * Pi^(1/3) * n^(5/6)).
MATHEMATICA
nmax = 200; CoefficientList[Series[Product[(1 + x^(2*k^2 + 1)), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 200; poly = ConstantArray[0, nmax + 1]; poly[[1]] = 1; poly[[4]] = 1; Do[Do[poly[[j + 1]] += poly[[j - 2*k^2]], {j, nmax, 2*k^2 + 1, -1}]; , {k, 2, Sqrt[(nmax - 1)/2] + 1}]; poly
CROSSREFS
Sequence in context: A007949 A191265 A320003 * A370599 A253786 A078595
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 31 2017
STATUS
approved