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!)
A058650 McKay-Thompson series of class 36c for Monster. 1
1, 2, 0, -1, 2, 0, 0, 2, 0, -2, 6, 0, 2, 6, 0, -1, 8, 0, 2, 14, 0, -2, 16, 0, 3, 20, 0, -4, 32, 0, 4, 38, 0, -4, 46, 0, 7, 66, 0, -7, 78, 0, 6, 96, 0, -10, 130, 0, 11, 154, 0, -11, 186, 0, 14, 244, 0, -16, 288, 0, 17, 346, 0, -21, 440, 0, 22, 518, 0, -24, 618, 0, 32, 768, 0, -34, 902, 0, 34, 1068 (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^3)*eta(q^9)/(eta(q^6)* eta(q^18))), in powers of q. - G. C. Greubel, Jun 23 2018
EXAMPLE
T36c = 1/q + 2*q - q^5 + 2*q^7 + 2*q^13 - 2*q^17 + 6*q^19 + 2*q^23 + 6*q^25 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^3]*eta[q^9]/(eta[q^6]*eta[q^18])); a:= CoefficientList[Series[A + 2*q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 23 2018 *)
PROG
(PARI) q='q+O('q^50); A = (eta(q^3)*eta(q^9)/(eta(q^6)* eta(q^18))); Vec(A + 2*q/A) \\ G. C. Greubel, Jun 23 2018
CROSSREFS
Sequence in context: A072574 A293595 A261249 * A112177 A115723 A238160
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 23 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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)