OFFSET
0,3
FORMULA
From Vaclav Kotesovec, Jun 26 2020: (Start)
G.f.: 1/(1 - x*EllipticTheta(3,x)).
a(n) ~ c / r^n, where r = 0.48198821952392600540358080089338068467918852426... is the root of the equation r*EllipticTheta(3,r) = 1 and c = 1 / (1 + r^2 * EllipticTheta'(3,r)) = 0.59345908175794984247602713305661895068944878811545062...
(End)
MATHEMATICA
nmax = 50; CoefficientList[Series[Sum[x^k*EllipticTheta[3, x]^k, {k, 0, nmax}], {x, 0, nmax}], x] (* or *) nmax = 50; CoefficientList[Series[1/(1 - x*EllipticTheta[3, x]), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 26 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jun 26 2020
STATUS
approved