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.

A005877 Theta series of cubic lattice with respect to square.

Original entry on oeis.org

4, 8, 8, 16, 12, 8, 24, 16, 16, 24, 16, 16, 28, 32, 8, 32, 32, 16, 40, 16, 16, 40, 40, 32, 36, 16, 24, 48, 32, 24, 40, 48, 16, 56, 32, 16, 64, 40, 32, 32, 36, 40, 48, 48, 32, 48, 48, 16, 80, 40, 24, 80
Offset: 0

Views

Author

Keywords

References

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

Crossrefs

Cf. A045828.

Programs

  • Mathematica
    terms = 52; QP = QPochhammer; s = 4*(QP[q^2]^3*QP[q^4]^2)/QP[q]^2 + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 05 2017 *)

Formula

a(n) = 4*A045828(n).