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.

A022058 Theta series of D_27 lattice.

Original entry on oeis.org

1, 1404, 280854, 19014840, 581257404, 9436118328, 93086496360, 638406025200, 3387901252374, 14765641285044, 55108831380408, 181434042582840, 538265644820280, 1464212332875816, 3696677780664960, 8759016189382896, 19620550996489404, 41872709357187696
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 = 15; f[q_] = LatticeData["D27", "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