cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A008697 Theta series of Niemeier lattice of type A_8^3.

Original entry on oeis.org

1, 216, 191376, 16827552, 397716048, 4630424400, 34416349632, 187486318656, 814898022480, 2975526941112, 9486526260960, 27053061396192, 70486156875456, 169930970535312, 384163673152896
Offset: 0

Views

Author

Keywords

References

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

Crossrefs

Programs

  • Mathematica
    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 *)

Formula

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