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.

A014747 Theta series of lattice D20+.

Original entry on oeis.org

1, 0, 760, 0, 77560, 524288, 2508000, 10485760, 34729720, 99614720, 259114704, 608174080, 1327461600, 2739404800, 5341699520, 9921626112, 17701924600, 30592204800, 51294999960, 83277905920, 131880275664
Offset: 0

Views

Author

Keywords

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 120.

Crossrefs

Cf. A022051.

Programs

  • Mathematica
    terms = 21; s = 1/2 (EllipticTheta[2, 0, q]^20 + EllipticTheta[3, 0, q]^20 + EllipticTheta[4, 0, q]^20) + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 07 2017 *)

Formula

G.f.: (theta2(q)^20 + theta3(q)^20 + theta4(q)^20)/2.