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!)
A112177 McKay-Thompson series of class 36h for the Monster group. 1
1, -2, 0, -1, -2, 0, 0, -2, 0, -2, -6, 0, 2, -6, 0, -1, -8, 0, 2, -14, 0, -2, -16, 0, 3, -20, 0, -4, -32, 0, 4, -38, 0, -4, -46, 0, 7, -66, 0, -7, -78, 0, 6, -96, 0, -10, -130, 0, 11, -154, 0, -11, -186, 0, 14, -244, 0, -16, -288, 0, 17, -346, 0, -21, -440, 0, 22, -518, 0, -24, -618, 0, 32, -768, 0, -34, -902, 0, 34, -1068 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,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 - 2*q/A, where A = q^(1/2)*(eta(q^3)*eta(q^9)/(eta(q^6)* eta(q^18))), in powers of q. - G. C. Greubel, Jun 26 2018
EXAMPLE
T36h = 1/q -2*q -q^5 -2*q^7 -2*q^13 -2*q^17 -6*q^19 +2*q^23 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^3]*eta[q^9]/( eta[q^6]*eta[q^18])); a:= CoefficientList[Series[A - 2*q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 26 2018 *)
PROG
(PARI) q='q+O('q^70); A = (eta(q^3)*eta(q^9)/(eta(q^6)* eta(q^18))); Vec(A - 2*q/A) \\ G. C. Greubel, Jun 26 2018
CROSSREFS
Sequence in context: A293595 A261249 A058650 * A115723 A238160 A178524
KEYWORD
sign
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 March 19 03:33 EDT 2024. Contains 370952 sequences. (Running on oeis4.)