OFFSET
0,3
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
FORMULA
a(n) ~ c * A376621^sqrt(n) / sqrt(n), where c = 1/(2*sqrt(3 - 4*sinh(arcsinh(3^(3/2)/2) / 3) / sqrt(3))) = 0.390989767113799449629...
a(n) ~ c * A376542(n), where c = (108 + 12*sqrt(93))^(1/3)/3 - 4/(108 + 12*sqrt(93))^(1/3) = 1.364655607... is the real root of the equation c*(4 + c^2) = 8.
MATHEMATICA
nmax=100; CoefficientList[Series[Sum[x^(k^2)*Product[1+x^(2*j-1), {j, 1, k}]^2, {k, 0, Sqrt[nmax]}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 29 2024
STATUS
approved