OFFSET
0,3
REFERENCES
G. Hoehn, Selbstduale Vertexoperatorsuperalgebren und das Babymonster, Bonner Mathematische Schriften, Vol. 286 (1996), 1-85.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
FORMULA
G.f.: x^(2*r/24) * (B(x)^(2*r) - 2*r*B(x)^(2*r-24)) where B(x) = x^(-1/24) * Product_{k>=0} (1+x^(2*k+1)) = x^(-1/24) * A000700 and r = 25/2. - Sean A. Irvine, Feb 29 2020
a(n) ~ sqrt(5) * exp(5*Pi*sqrt(n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)) * (1 - (9/(20*Pi) + 125*Pi/48)/sqrt(6*n)). - Vaclav Kotesovec, May 16 2025
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 + x^(2*k + 1))^25, {k, 0, nmax}] - 25*x*Product[(1 + x^(2*k + 1)), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, May 16 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Feb 29 2020
STATUS
approved
