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!)
A058612 McKay-Thompson series of class 30A for Monster. 2
1, 0, 3, -1, 0, 0, 0, -3, 9, -9, 3, -3, 9, -12, 15, -18, 12, -6, 18, -39, 48, -46, 36, -24, 37, -75, 96, -90, 81, -78, 99, -165, 222, -199, 147, -150, 208, -306, 411, -424, 345, -327, 442, -606, 735, -756, 645, -606, 837, -1182, 1386, -1405, 1281, -1188, 1451 (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).
FORMULA
Expansion of 3 + ((eta(q)*eta(q^6)*eta(q^10)*eta(q^15))/(eta(q^2) *eta(q^3)*eta(q^5)*eta(q^30)))^3 in powers of q. - G. C. Greubel, Jun 18 2018
a(n) ~ -(-1)^n * exp(2*Pi*sqrt(n/15)) / (2 * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 29 2018
EXAMPLE
T30A = 1/q + 3*q - q^2 - 3*q^6 + 9*q^7 - 9*q^8 + 3*q^9 - 3*q^10 + 9*q^11 - ...
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; A:= ((eta[q]*eta[q^6]*eta[q^10]* eta[q^15])/(eta[q^2]*eta[q^3]*eta[q^5]*eta[q^30]))^3; a:= CoefficientList[Series[3 + A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 18 2018 *)
PROG
(PARI) q='q+O('q^50); A = 3 + ((eta(q)*eta(q^6)*eta(q^10) *eta(q^15))/( eta(q^2)*eta(q^3)*eta(q^5)*eta(q^30)))^3/q; Vec(A) \\ G. C. Greubel, Jun 18 2018
CROSSREFS
Cf. A205826 (same sequence except for n=0).
Sequence in context: A286131 A285631 A316836 * A099725 A285118 A128208
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 18 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 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)