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!)
A112147 McKay-Thompson series of class 12A for the Monster group. 2
1, 0, 15, 32, 87, 192, 343, 672, 1290, 2176, 3705, 6336, 10214, 16320, 25905, 39936, 61227, 92928, 138160, 204576, 300756, 435328, 626727, 897408, 1271205, 1790592, 2508783, 3487424, 4824825, 6641664, 9083400, 12371904, 16778784 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,3
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of -6 + (eta(q^2)*eta(q^6))^12/((eta(q)*eta(q^3)*eta(q^4) *eta(q^12))^6) in powers of q. - G. C. Greubel, Jun 19 2018
a(n) ~ exp(2*Pi*sqrt(n/3)) / (2 * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T12A = 1/q + 15*q + 32*q^2 + 87*q^3 + 192*q^4 + 343*q^5 + 672*q^6 + ...
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; a := CoefficientList[Series[-6 + (eta[q^2]*eta[q^6])^12/((eta[q]*eta[q^3]*eta[q^4]*eta[q^12])^6), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 19 2018 *)
PROG
(PARI) q='q+O('q^50); A = -6 + (eta(q^2)*eta(q^6))^12/((eta(q)*eta(q^3) *eta(q^4)*eta(q^12))^6)/q; Vec(A) \\ G. C. Greubel, Jun 19 2018
CROSSREFS
Sequence in context: A061047 A098848 A055809 * A007256 A199743 A331551
KEYWORD
nonn
AUTHOR
Michael Somos, Aug 28 2005
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)