login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A058557
McKay-Thompson series of class 20b for Monster.
1
1, 4, 3, 16, 20, 48, 55, 108, 141, 248, 326, 516, 662, 1048, 1335, 2000, 2547, 3672, 4689, 6588, 8379, 11500, 14513, 19644, 24688, 32896, 41115, 53964, 67301, 87312, 108385, 139124, 171876, 218852, 269284, 339996, 416665, 522104, 637698, 793704, 965989, 1194888, 1448933, 1782800
OFFSET
-1,2
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of A + q/A, where A = q^(1/2)*(eta(q^2)*eta(q^5)/(eta(q)* eta(q^10)))^3, in powers of q. - G. C. Greubel, Jun 21 2018
a(n) ~ exp(2*Pi*sqrt(n/5)) / (2 * 5^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T20b = 1/q + 4*q + 3*q^3 + 16*q^5 + 20*q^7 + 48*q^9 + 55*q^11 + 108*q^13 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A := q^(1/2)*(eta[q^2]*eta[q^5]/(eta[q]*eta[q^10]))^3; a:= CoefficientList[Series[A + q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 21 2018 *)
PROG
(PARI) q='q+O('q^50); A = (eta(q^2)*eta(q^5)/(eta(q)* eta(q^10)))^3; Vec(A + q/A) \\ G. C. Greubel, Jun 21 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 21 2018
STATUS
approved