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!)
A008697 Theta series of Niemeier lattice of type A_8^3. 4

%I #17 Mar 04 2020 18:10:55

%S 1,216,191376,16827552,397716048,4630424400,34416349632,187486318656,

%T 814898022480,2975526941112,9486526260960,27053061396192,

%U 70486156875456,169930970535312,384163673152896

%N Theta series of Niemeier lattice of type A_8^3.

%D J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 407.

%H G. C. Greubel, <a href="/A008697/b008697.txt">Table of n, a(n) for n = 0..1000</a>

%F This series is the q-expansion of (17*E_4(z)^3 + 7*E_6(z)^2)/24. - _Daniel D. Briggs_, Nov 25 2011

%t terms = 15; E4[q_] := 1 + 240 Sum[DivisorSigma[3, n]*q^(2 n), {n, 1, terms}]; E6[q_] := 1 - 504 Sum[DivisorSigma[5, n]*q^(2 n), {n, 1, terms}]; s = 17/24 E4[q]^3 + 7/24 E6[q]^2 + O[q]^(3 terms); Partition[ CoefficientList[s, q], 2][[All, 1]][[1 ;; terms]] (* _Jean-François Alcover_, Jul 06 2017 *)

%Y Cf. A004009, A013973.

%Y Cf. A008688 - A008696, A008698 - A008704.

%K nonn

%O 0,2

%A _N. J. A. Sloane_

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)