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!)
A058556 McKay-Thompson series of class 20a for Monster. 1
1, -6, -7, -14, -20, -42, -55, -112, -139, -252, -314, -524, -678, -1042, -1335, -1980, -2553, -3688, -4681, -6592, -8341, -11520, -14557, -19626, -24692, -32834, -41135, -54016, -67279, -87328, -108285, -139176, -171984, -218808, -269296, -339844, -416715, -522236, -637642, -793736 (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 -4*q/A, where A = q(1/2)*(eta(q)*eta(q^5)/(eta(q^2) *eta(q^10)))^2, in powers of q. - G. C. Greubel, Jun 21 2018
a(n) ~ -exp(2*Pi*sqrt(n/5)) / (2 * 5^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 29 2018
EXAMPLE
T20a = 1/q - 6*q - 7*q^3 - 14*q^5 - 20*q^7 - 42*q^9 - 55*q^11 - 112*q^13 - ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A := q^(1/2)*(eta[q]*eta[q^5]/(eta[q^2]*eta[q^10]))^2; a:= CoefficientList[Series[A - 4*q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 21 2018 *)
PROG
(PARI) q='q+O('q^50); A = (eta(q)*eta(q^5)/(eta(q^2) *eta(q^10)))^2; Vec(A - 4*q/A) \\ G. C. Greubel, Jun 21 2018
CROSSREFS
Sequence in context: A315839 A315840 A315841 * A332045 A022311 A219382
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 21 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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)