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.

A022062 Theta series of D_31 lattice.

Original entry on oeis.org

1, 1860, 503502, 47229864, 2046701220, 47775740520, 671636175480, 6309132101904, 43733123309262, 241275541236780, 1111479953165352, 4426891212365160, 15633379938039144, 49899492947343864, 146147632445771200, 397406328481552528, 1013148957319630500, 2440161908107807952
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 = 14; f[q_] = LatticeData["D31", "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