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.

Showing 1-3 of 3 results.

A008700 Theta series of Niemeier lattice of type D_4^6.

Original entry on oeis.org

1, 144, 193104, 16809408, 397822032, 4630076640, 34416785088, 187487524224, 814891939920, 2975535123408, 9486534607200, 27053022904128, 70486183583424, 169931012132448, 384163644219264, 820166796086400
Offset: 0

Views

Author

Keywords

Comments

Also the theta series of the Niemeier lattice of type A_5^4 D_4. - clarified by Ben Mares, Jul 17 2022

References

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

Crossrefs

Programs

  • Mathematica
    terms = 15; th = EllipticTheta; E4 = 1 + 240*Sum[k^3*(q^k/(1 - q^k)), {k, 1, terms}] + O[q]^terms; E6 = th[2, 0, q]^12 + th[3, 0, q]^12 - 33*th[2, 0, q]^4*th[3, 0, q]^4*(th[2, 0, q]^4 + th[3, 0, q]^4); CoefficientList[ (2/3)*E4^3 + (1/3)*E6^2 + O[q]^terms, q] (* Jean-François Alcover, Jul 05 2017 *)

Formula

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

A008698 Theta series of Niemeier lattice of type A_7^2 D_5^2.

Original entry on oeis.org

1, 192, 191952, 16821504, 397751376, 4630308480, 34416494784, 187486720512, 814895994960, 2975529668544, 9486529043040, 27053048565504, 70486165778112, 169930984401024, 384163663508352
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 = 25/36 E4[q]^3 + 11/36 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 (25*E_4(z)^3 + 11*E_6(z)^2)/36. - Daniel D. Briggs, Nov 25 2011

A055761 Jacobi form of weight 12 and index 1 for Niemeier lattice of type A_6^4.

Original entry on oeis.org

1, 0, 0, 10, 146, 0, 0, 31504, 129228, 0, 0, 3686862, 9183256, 0, 0, 95578992, 188199198, 0, 0, 1143266014, 1959888120, 0, 0, 8506488912, 13292469432, 0, 0, 45761283848, 67074717248, 0, 0, 195393400992, 272568291732, 0, 0
Offset: 0

Views

Author

Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jul 12 2000

Keywords

References

  • Eichler and Zagier, The Theory of Jacobi Forms, Birkhauser, 1985.

Crossrefs

Formula

E_8*E_{4, 1}-46*phi_12.
G.f.: b(z) - 46*c(z) where b(z) is the g.f. for A055747 and c(z) is the g.f. for A003785. - Sean A. Irvine, Apr 05 2022
Showing 1-3 of 3 results.