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”).

A058567
McKay-Thompson series of class 22A for Monster.
1
1, 0, 5, 6, 16, 20, 41, 50, 97, 116, 197, 246, 397, 492, 753, 932, 1378, 1712, 2434, 3028, 4210, 5204, 7075, 8750, 11692, 14396, 18943, 23256, 30220, 36968, 47477, 57890, 73614, 89448, 112726, 136564, 170734, 206136, 255872, 308000, 379801, 455828, 558714
OFFSET
-1,3
LINKS
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 + 2 + 4/A, where A = (eta(q)*eta(q^11)/(eta(q^2)*eta(q^22) ))^2, in powers of q. - G. C. Greubel, Jun 21 2018
a(n) ~ exp(2*Pi*sqrt(2*n/11)) / (2^(3/4) * 11^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T22A = 1/q + 5*q + 6*q^2 + 16*q^3 + 20*q^4 + 41*q^5 + 50*q^6 + 97*q^7 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A := (eta[q]*eta[q^11]/(eta[q^2]* eta[q^22]))^2; a:= CoefficientList[Series[q*(2 + A + 4/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)*eta(q^11)/(eta(q^2)*eta(q^22)))^2/q; Vec(A + 2 + 4/A) \\ G. C. Greubel, Jun 21 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 20 2014
STATUS
approved