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!)
A058636 McKay-Thompson series of class 33A for Monster. 2
1, 0, -1, 1, -1, 0, 2, -1, -1, 3, -2, -2, 5, -2, -3, 6, -4, -4, 9, -5, -7, 12, -7, -7, 18, -9, -10, 22, -13, -14, 31, -16, -18, 39, -22, -24, 53, -28, -31, 66, -37, -38, 87, -46, -51, 108, -59, -64, 138, -74, -80, 171, -94, -100, 216, -115, -126, 266, -144 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,7
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of 1 + eta(q)*eta(q^11)/(eta(q^3)*eta(q^33)), in powers of q. - G. C. Greubel, Jun 19 2018
EXAMPLE
T33A = 1/q - q + q^2 - q^3 + 2*q^5 - q^6 - q^7 + 3*q^8 - 2*q^9 - 2*q^10 + ...
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; A := (eta[q]*eta[q^11])/(eta[q^3] *eta[q^33]); a := CoefficientList[Series[1 + 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 = 1 + eta(q)*eta(q^11)/(eta(q^3)*eta(q^33))/q; Vec(A) \\ G. C. Greubel, Jun 19 2018
CROSSREFS
Cf. A226009 (same sequence except for n=0).
Sequence in context: A110248 A094340 A228668 * A226009 A132462 A161039
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 18 2014
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 18 19:23 EDT 2024. Contains 372665 sequences. (Running on oeis4.)