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!)
A112181 McKay-Thompson series of class 40c for the Monster group. 1
1, 2, -1, 2, 0, 2, -1, 4, 1, 4, -2, 8, 2, 10, -1, 12, 3, 16, -3, 20, 3, 28, -3, 34, 4, 42, -5, 52, 5, 64, -7, 84, 8, 100, -8, 120, 9, 148, -10, 176, 13, 218, -15, 260, 14, 308, -17, 368, 20, 436, -23, 524, 24, 616, -26, 724, 31, 852, -34, 996, 38, 1178, -41, 1370, 46, 1592, -52, 1856, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Essentially the same as A058666. - R. J. Mathar, Mar 23 2012
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^2)*eta(q^10)/( eta(q^4)* eta(q^20))), in powers of q. - G. C. Greubel, Jun 26 2018
EXAMPLE
T40c = 1/q +2*q -q^3 +2*q^5 +2*q^9 -q^11 +4*q^13 +q^15 +4*q^17 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^2]*eta[q^10]/( eta[q^4]*eta[q^20])); 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^50); A = (eta(q^2)*eta(q^10)/(eta(q^4)*eta(q^20))); Vec(A + 2*q/A) \\ G. C. Greubel, Jun 26 2018
CROSSREFS
Sequence in context: A322019 A077883 A058666 * A151676 A151684 A118207
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 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)