The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A058666 McKay-Thompson series of class 40b for Monster. 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,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^2)*eta(q^10)/(eta(q^4)* eta(q^20)), in powers of q. - G. C. Greubel, Jun 19 2018
EXAMPLE
T40b = 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 19 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 19 2018
CROSSREFS
Sequence in context: A118054 A322019 A077883 * A112181 A151676 A151684
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 19 2018
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 May 21 15:47 EDT 2024. Contains 372738 sequences. (Running on oeis4.)