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!)
A058555 McKay-Thompson series of class 20F for Monster. 3
1, 0, 5, 10, 18, 30, 51, 80, 124, 190, 281, 410, 592, 840, 1178, 1640, 2253, 3070, 4154, 5570, 7422, 9830, 12932, 16920, 22028, 28520, 36761, 47180, 60280, 76720, 97278, 122880, 154693, 194110, 242776, 302740, 376424, 466710, 577114, 711800, 875707, 1074790 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,3
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
David A. Madore, Coefficients of Moonshine (McKay-Thompson) series, The Math Forum
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/5)) / (2*5^(1/4)*n^(3/4)). - Vaclav Kotesovec, Mar 21 2018
Expansion of -2 + (eta(q^4)*eta(q^5)/(eta(q)*eta(q^20)))^2 in powers of q. - G. C. Greubel, Jun 14 2018
EXAMPLE
T20F = 1/q + 5*q + 10*q^2 + 18*q^3 + 30*q^4 + 51*q^5 + 80*q^6 + 124*q^7 + ...
MATHEMATICA
nmax = 50; QP=QPochhammer; CoefficientList[Series[-2*x + (QP[x^4] *QP[x^5]/(QP[x]*QP[x^20]))^2, {x, 0, nmax}], x] (* Vaclav Kotesovec, Mar 21 2018 *)
eta[q_]:= q^(1/24)*QPochhammer[q]; a:= CoefficientList[Series[q*(-2 + (eta[q^4]*eta[q^5]/(eta[q]*eta[q^20]))^2), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 14 2018 *)
PROG
(PARI) q='q+O('q^50); A= -2 + (eta(q^4)*eta(q^5)/(eta(q)*eta(q^20)))^2/q; Vec(A) \\ G. C. Greubel, Jun 14 2018
CROSSREFS
Sequence in context: A164004 A025010 A299144 * A226445 A296552 A251928
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 19 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 March 19 03:33 EDT 2024. Contains 370952 sequences. (Running on oeis4.)