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.

A022042 Theta series of D_11 lattice.

Original entry on oeis.org

1, 220, 5302, 33528, 116380, 339064, 719400, 1538416, 2624182, 4763220, 7217144, 11676280, 16317048, 25022184, 32503680, 47430768, 59759260, 82927856, 101189550, 137904360, 161928184, 215389680, 250679288, 323294576, 369052200, 474160324, 527004280, 668075232, 742047856
Offset: 0

Views

Author

Keywords

References

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

Programs

  • Mathematica
    terms = 22; s = 1/2 (EllipticTheta[3, 0, q]^11 + EllipticTheta[4, 0, q]^11) + O[q]^(2 terms); CoefficientList[s, q^2] (* Jean-François Alcover, Jul 07 2017, after LatticeData(D11) *)

Extensions

More terms from Seiichi Manyama, Oct 16 2018