OFFSET
-1,3
LINKS
G. C. Greubel, Table of n, a(n) for n = -1..1000
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
David A. Madore, Coefficients of Moonshine (McKay-Thompson) series, The Math Forum
FORMULA
Expansion of A + 1 + 5/A, where A = eta(q)/eta(q^25), in powers of q. - G. C. Greubel, Jun 22 2018
a(n) ~ exp(4*Pi*sqrt(n)/5) / (sqrt(10) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T25A = 1/q + 4*q + 5*q^2 + 10*q^3 + 16*q^4 + 25*q^5 + 36*q^6 + 55*q^7 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= (eta[q]/eta[q^25]); a:= CoefficientList[Series[1 + A + 5/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 22 2018 *)
PROG
(PARI) q='q+O('q^50); A = eta(q)/(q*eta(q^25)); Vec(A + 1 + 5/A) \\ G. C. Greubel, Jun 22 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 20 2014
STATUS
approved