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!)
A112200 McKay-Thompson series of class 60a for the Monster group. 1
1, 0, 0, -1, 1, -1, 1, 0, 1, -1, 1, -1, 2, -2, 1, -3, 2, -2, 3, -3, 4, -4, 3, -4, 6, -5, 5, -7, 7, -7, 9, -8, 9, -11, 10, -12, 14, -13, 14, -17, 18, -18, 20, -21, 23, -27, 25, -27, 33, -32, 34, -39, 39, -42, 46, -48, 51, -56, 57, -61, 71, -69, 72, -83, 85, -90, 97, -99, 108, -117, 119, -126, 140, -143, 149, -167, 170 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of sqrt(T30C), where T30C = A058614, in powers of q. - G. C. Greubel, Jun 28 2018
a(n) ~ (-1)^n * exp(sqrt(2*n/15)*Pi) / (2^(5/4) * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T60a = 1/q -q^5 +q^7 -q^9 +q^11 +q^15 -q^17 +q^19 -q^21 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; nmax = 100; A:= eta[q]*eta[q^3] *eta[q^5]*eta[q^15]/(eta[q^2]*eta[q^6]*eta[q^10]*eta[q^30]); a:= CoefficientList[Series[(q*(1 + A) + O[q]^nmax)^(1/2), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 28 2018 *)
PROG
(PARI) q='q+O('q^70); A = eta(q)*eta(q^3)*eta(q^5)*eta(q^15)/(q*eta(q^2) *eta(q^6)*eta(q^10)*eta(q^30)); Vec(sqrt(q*(1 + A))) \\ G. C. Greubel, Jul 02 2018
CROSSREFS
Sequence in context: A347627 A263107 A286528 * A112221 A266697 A264402
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)