login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058629 McKay-Thompson series of class 32A for Monster. 1
1, 0, 2, 4, 6, 8, 12, 16, 23, 32, 42, 56, 74, 96, 124, 160, 203, 256, 324, 404, 502, 624, 768, 944, 1156, 1408, 1710, 2072, 2500, 3008, 3612, 4320, 5157, 6144, 7296, 8648, 10232, 12072, 14220, 16720, 19616, 22976, 26868, 31360, 36546, 42528, 49404, 57312 (list; graph; refs; listen; history; text; internal format)
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, where A = (eta(q^2)*eta(q^16))^3/( eta(q)^2*eta(q^4) *eta(q^8)*eta(q^32)^2), in powers of q. - G. C. Greubel, Jun 23 2018
a(n) ~ exp(sqrt(n/2)*Pi) / (2^(7/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T32A = 1/q + 2*q + 4*q^2 + 6*q^3 + 8*q^4 + 12*q^5 + 16*q^6 + 23*q^7 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A := (eta[q^2]*eta[q^16])^3/( eta[q]^2*eta[q^4]*eta[q^8]*eta[q^32]^2); a:= CoefficientList[Series[ q*(-2 + A), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 23 2018 *)
PROG
(PARI) q='q+O('q^50); A = (eta(q^2)*eta(q^16))^3/( eta(q)^2*eta(q^4) *eta(q^8)*eta(q^32)^2)/q; Vec(A - 2) \\ G. C. Greubel, Jun 23 2018
CROSSREFS
Sequence in context: A065386 A048951 A326504 * A323508 A324850 A362804
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 20 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 06:15 EDT 2024. Contains 371265 sequences. (Running on oeis4.)