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!)
A058728 McKay-Thompson series of class 60D for the Monster group. 3

%I #37 Mar 12 2021 22:24:42

%S 1,0,-1,1,0,0,0,-1,1,1,-1,-1,1,0,-1,2,0,-2,2,-1,0,2,-4,0,5,-1,-4,2,1,

%T -2,3,-3,-2,7,-5,-2,8,-6,-5,8,1,-5,2,-2,-1,12,-11,-10,21,-6,-10,13,-7,

%U -4,11,-7,-4,14,-13,-10,33,-14,-28,32,-3,-12,18,-24,1,36,-27,-22,44,-13,-35,50,-13,-36,46,-26,-6,56,-63,-22,89,-30

%N McKay-Thompson series of class 60D for the Monster group.

%C Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

%H Seiichi Manyama, <a href="/A058728/b058728.txt">Table of n, a(n) for n = -1..10000</a>

%H D. Ford, J. McKay and S. P. Norton, <a href="http://dx.doi.org/10.1080/00927879408825127">More on replicable functions</a>, Commun. Algebra 22, No. 13, 5175-5193 (1994).

%H Michael Somos, <a href="http://grail.eecs.csuohio.edu/~somos/retaprod.html">A Remarkable eta-product Identity</a>

%H Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>

%H <a href="/index/Mat#McKay_Thompson">Index entries for McKay-Thompson series for Monster simple group</a>

%F Expansion of 1/q * (chi(-q^2) * chi(-q^30)) / (chi(-q^3) * chi(-q^5)) in powers of q where chi() is a Ramanujan theta function. - _Michael Somos_, Feb 13 2017

%F Euler transform of a period 60 sequence. - _Michael Somos_, Feb 13 2017

%F G.f. is a period 1 Fourier series which satisfies f(-1 / (60 t)) = g(t) where q = exp(2 Pi i t) and g() is the g.f. for A145933. - _Michael Somos_, Feb 13 2017

%F G.f.: 1/x * Product_{k>0} (1 + x^(3*k)) * (1 + x^(5*k)) / ((1 + x^(2*k)) * (1 + x^(30*k))). - _Michael Somos_, Feb 13 2017

%F Convolution inverse of A132967. - _Michael Somos_, Feb 13 2017

%F Expansion of eta(q^2)*eta(q^6)*eta(q^10)*eta(q^30)/(eta(q^3)*eta(q^4)* eta(q^5)*eta(q^60)) in powers of q. - _G. C. Greubel_, Jun 06 2018

%e T60D = 1/q - q + q^2 - q^6 + q^7 + q^8 - q^9 - q^10 + q^11 - q^13 + 2*q^14 - ...

%t QP = QPochhammer; s = q + QP[q]*QP[q^12]*QP[q^15]*(QP[q^20]/(QP[q^3]* QP[q^4]*QP[q^5]*QP[q^60])) + O[q]^90; CoefficientList[s, q] (* _Jean-François Alcover_, Nov 15 2015, adapted from A143751 *)

%t a[ n_] := SeriesCoefficient[ 1/q QPochhammer[ q^2, q^4] QPochhammer[ q^30, q^60] / (QPochhammer[ q^3, q^46] QPochhammer[ q^5, q^10]), {q, 0, n}]; (* _Michael Somos_, Feb 13 2017 *)

%o (PARI) {a(n) = my(A); n++; if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^6 + A) * eta(x^10 + A) * eta(x^30 + A) / (eta(x^3 + A) * eta(x^4 + A) * eta(x^5 + A) * eta(x^60 + A)), n))}; /* _Michael Somos_, Feb 13 2017 */

%Y Cf. A143751, A000521, A007240, A014708, A007241, A007267, A045478, etc.

%Y Cf. A132967, A145933.

%K sign

%O -1,16

%A _N. J. A. Sloane_, Nov 27 2000

%E More terms from _N. J. A. Sloane_, Sep 23 2009

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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)