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!)
A058662 McKay-Thompson series of class 40A for Monster. 1
1, 1, 4, 1, 5, 6, 10, 9, 15, 15, 27, 27, 44, 41, 65, 67, 96, 104, 141, 150, 209, 223, 302, 317, 420, 459, 592, 642, 811, 890, 1122, 1225, 1530, 1664, 2055, 2262, 2754, 3035, 3658, 4030, 4847, 5344, 6382, 7011, 8325, 9193, 10832, 11961, 14000, 15465, 18064, 19929, 23172, 25544, 29575 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,3
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
a(n) ~ exp(sqrt(2*n/5)*Pi) / (2^(5/4) * 5^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 27 2018
EXAMPLE
T40A = 1/q + q^3 + 4*q^7 + q^11 + 5*q^15 + 6*q^19 + 10*q^23 + 9*q^27 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; nmax = 100; A := q^(1/2)*(eta[q]* eta[q^5]/(eta[q^2]*eta[q^10]))^2; a := CoefficientList[Series[((A + 4*q/A) + O[q]^nmax)^(1/2), {q, 0, 70}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 24 2018 *)
CROSSREFS
Sequence in context: A333341 A344027 A084890 * A344026 A133866 A356045
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(6) onward added by G. C. Greubel, Jun 24 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.)