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.

A022051 Theta series of D_20 lattice.

Original entry on oeis.org

1, 760, 77560, 2508000, 34729720, 259114704, 1327461600, 5341699520, 17701924600, 51294999960, 131880275664, 312126610080, 680432137440, 1404010658960, 2724593155520, 5089580732736, 9062110326520, 15699349246320, 26159307313560, 42719885410400, 67517852274384
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 = 17; f[q_] = LatticeData["D20", "ThetaSeriesFunction"][-I*Log[q]/Pi]; s = f[q] + O[q]^(2 terms); DeleteCases[CoefficientList[s, q], 0][[1 ;; terms]] (* Jean-François Alcover, Jul 06 2017 *)

Extensions

More terms from Seiichi Manyama, Oct 16 2018