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!)
A058088 McKay-Thompson series of class 8b for Monster. 3

%I #19 Jun 04 2018 09:23:04

%S 1,8,-6,48,15,168,-26,496,51,1296,-102,3072,172,6840,-276,14448,453,

%T 29184,-728,56880,1128,107472,-1698,197616,2539,354888,-3780,624048,

%U 5505,1076736,-7882,1826416,11238,3050400,-15918,5022720,22259,8163152,-30810,13108224,42438,20814792,-58110

%N McKay-Thompson series of class 8b for Monster.

%H G. C. Greubel, <a href="/A058088/b058088.txt">Table of n, a(n) for n = 0..5000</a> (terms 0..999 from G. A. Edgar)

%H D. Alexander, C. Cummins, J. McKay and C. Simons, <a href="http://oeis.org/A007242/a007242_1.pdf">Completely Replicable Functions</a>, LMS Lecture Notes, 165, ed. Liebeck and Saxl (1992), 87-98, annotated and scanned copy.

%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 <a href="/index/Mat#McKay_Thompson">Index entries for McKay-Thompson series for Monster simple group</a>

%F Expansion of q^(1/2)*(eta(q^2)^4*eta(q^4)^4 / (eta(q)^4*eta(q^8)^4) + 4*eta(q)^4*eta(q^8)^4 / (eta(q^2)^4*eta(q^4)^4)) in powers of q. - _G. A. Edgar_, Mar 23 2017

%e T8b = 1/q + 8*q - 6*q^3 + 48*q^5 + 15*q^7 + 168*q^9 - 26*q^11 + 496*q^13 + ...

%t eta[q_]:= q^(1/24)*QPochhammer[q]; F:= (eta[q^2]*eta[q^4]/(eta[q] *eta[q^8]))^4; a:= CoefficientList[Series[q^(1/2)*(F + 4/F), {q,0,60}], q]; Table[a[[n]], {n,1,50}] (* _G. C. Greubel_, Jun 03 2018 *)

%o q='q+O('q^30); F= (eta(q^2)*eta(q^4)/(eta(q)*eta(q^8)))^4; Vec(F + 4*q/F) \\ _G. C. Greubel_, Jun 03 2018

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

%Y Agrees with A112145 except for signs.

%K sign

%O 0,2

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

%E More terms from _G. A. Edgar_, Mar 23 2017

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 28 03:28 EDT 2024. Contains 371235 sequences. (Running on oeis4.)