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!)
A112174 McKay-Thompson series of class 36d for the Monster group. 1
1, 1, 0, 2, -2, 0, 3, 1, 0, 4, 0, 0, 5, 0, 0, 8, -2, 0, 11, 4, 0, 16, -4, 0, 21, 4, 0, 26, -2, 0, 34, 1, 0, 44, -4, 0, 58, 9, 0, 74, -12, 0, 93, 9, 0, 116, -4, 0, 143, 5, 0, 178, -12, 0, 221, 20, 0, 272, -24, 0, 332, 20, 0, 402, -14, 0, 487, 13, 0, 588, -24, 0, 710, 42, 0, 854, -50, 0, 1021, 42, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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 + q/A, where A = q^(1/2)*(eta(q^6)*eta(q^9)/( eta(q^3)* eta(q^18)))^2, in powers of q. - G. C. Greubel, Jun 26 2018
EXAMPLE
T36d = 1/q +q +2*q^5 -2*q^7 +3*q^11 +q^13 +4*q^17 +5*q^23 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^6]*eta[q^9]/( eta[q^3]*eta[q^18]))^2; a:= CoefficientList[Series[A + q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 26 2018 *)
PROG
(PARI) q='q+O('q^80); A = (eta(q^6)*eta(q^9)/(eta(q^3)*eta(q^18)))^2; Vec(A+ q/A) \\ G. C. Greubel, Jun 26 2018
CROSSREFS
Sequence in context: A294519 A123515 A058648 * A089990 A071427 A248813
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 April 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)