OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..500
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
FORMULA
a(n) ~ -(-1)^n * c * d^n / n^(9/8), where d = -1/EllipticNomeQ(-3+2*sqrt(2)) = 101.05698591144255836558034070124390358691255555299851256465840129800034600429... and c = 0.11312909975079493828483346745366595624358550348529207605517154972... - Vaclav Kotesovec, Dec 11 2017, updated Mar 16 2024
MATHEMATICA
terms = 16; f[q_] = LatticeData["D8", "ThetaSeriesFunction"][-I Log[q]/Pi]; s = Series[f[q]^(1/8), {q, 0, 2 terms}]; CoefficientList[s, q^2][[1 ;; terms]] // Round (* Jean-François Alcover, Jul 07 2017 *)
CoefficientList[Series[((EllipticTheta[3, 0, Sqrt[x]]^8 + EllipticTheta[4, 0, Sqrt[x]]^8)/2)^(1/8), {x, 0, 20}], x] (* Vaclav Kotesovec, Dec 10 2017 *)
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane and Nadia Heninger, Aug 13 2005
STATUS
approved