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!)
A112187 McKay-Thompson series of class 48b for the Monster group. 2
1, -1, 1, 1, 2, 1, 2, -1, 3, 0, 4, 1, 5, -1, 7, 0, 8, 0, 10, -1, 13, 2, 16, 0, 20, -3, 24, 2, 30, 2, 36, -4, 43, 0, 52, 3, 61, -2, 73, 1, 86, 1, 102, -3, 120, 4, 140, 1, 165, -8, 192, 5, 224, 6, 260, -10, 301, 2, 348, 7, 401, -7, 462, 2, 530, 2, 608, -8, 696, 10, 796, 3, 909, -18, 1035, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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^8))/(eta(q^2)* eta(q^24)), in powers of q. - G. C. Greubel, Jun 19 2018
EXAMPLE
T48b = 1/q - q + q^3 + q^5 + 2*q^7 + q^9 + 2*q^11 - q^13 + 3*q^15 + ...
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^6]*eta[q^8])/( eta[q^2]*eta[q^24]); a:= CoefficientList[Series[A - q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 80}] (* G. C. Greubel, Jun 19 2018 *)
PROG
(PARI) q='q+O('q^80); A = (eta(q^6)*eta(q^8))/(eta(q^2)*eta(q^24)); Vec(A - q/A) \\ G. C. Greubel, Jun 19 2018
CROSSREFS
Sequence in context: A058574 A112165 A112186 * A341621 A074093 A324286
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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)