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.

A022044 Theta series of D_13 lattice.

Original entry on oeis.org

1, 312, 11466, 116688, 535704, 1899664, 5043376, 12066912, 24443978, 48210760, 83323344, 145532816, 227110416, 363737712, 531517376, 800145632, 1104376728, 1594656544, 2114015514, 2931991920, 3779027408, 5091783840, 6365016528, 8409556064, 10285042352, 13266026280, 15994749968
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 = 20; f[q_] = LatticeData["D13", "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