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.

A006917 Theta series of laminated lattice LAMBDA_13^{max}.

Original entry on oeis.org

1, 0, 906, 6144, 38424, 102400, 359344, 651264, 1743434, 2596864, 5956560, 7829504, 16232208, 19574784, 37960640, 43102208, 78860184, 85909504, 150986202, 157845504, 269942480, 274096128, 454718160, 452882432, 734667440, 714375168
Offset: 0

Views

Author

Keywords

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 157.
  • E. C. Pervin, personal communication.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Magma
    L := Lattice("Lambda",13);
    B := Basis(ThetaSeriesModularFormSpace(L),20);
    Coefficients(B[1]+906*B[3]+6144*B[4]+38424*B[5]+102400*B[6]+359344*B[7]); // Andy Huchala, Jun 16 2021