login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112214 McKay-Thompson series of class 90a for the Monster group. 1
1, 0, 1, -1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, 0, 2, 1, 0, 2, 0, 0, 2, 0, 0, 2, -1, 0, 3, 1, 0, 3, -1, 0, 4, 1, 0, 5, 0, 0, 5, 0, 0, 5, -1, 0, 6, 2, 0, 7, -2, 0, 8, 2, 0, 9, -1, 0, 10, 0, 0, 11, -1, 0, 12, 3, 0, 14, -2, 0, 15, 1, 0, 17, -1, 0, 18, 1, 0, 20, -2, 0, 22, 4, 0, 25, -5, 0, 28, 3
(list; graph; refs; listen; history; text; internal format)
OFFSET
-1,24
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^2/A, where A = q*(eta(q^3)*eta(q^18)*eta(q^30)* eta(q^45)/(eta(q^6)*eta(q^9)*eta(q^15)*eta(q^90))), in powers of q. - G. C. Greubel, Jul 02 2018
EXAMPLE
T90a = 1/q +q -q^2 +q^4 +q^7 +q^10 +q^13 +q^16 +q^19 -q^20 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q*(eta[q^3]*eta[q^18]*eta[q^30]* eta[q^45]/(eta[q^6]*eta[q^9]*eta[q^15]*eta[q^90])); T90a := A + q^2/A; a:= CoefficientList[Series[T90a, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jul 02 2018 *)
PROG
(PARI) q='q+O('q^80); A = (eta(q^3)*eta(q^18)*eta(q^30)* eta(q^45)/ (eta(q^6)*eta(q^9)*eta(q^15)*eta(q^90))); Vec(A + q^2/A) \\ G. C. Greubel, Jul 02 2018
CROSSREFS
Sequence in context: A110399 A193275 A182033 * A246962 A112608 A058677
KEYWORD
sign
AUTHOR
Michael Somos, Aug 28 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 13:45 EDT 2024. Contains 376000 sequences. (Running on oeis4.)