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.

A015665 Expansion of e.g.f. theta_3^(3/2).

Original entry on oeis.org

1, 3, 3, -3, 81, 315, -765, 4725, 16065, 1091475, 10843875, -65956275, 770425425, 5892561675, -6512831325, 213901813125, 47691165146625, 1318815779155875, -7354191439720125, 223312383805636125, 2055628831852220625
Offset: 0

Views

Author

Keywords

References

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

Crossrefs

Cf. A015682.

Programs

  • Mathematica
    nmax = 25; CoefficientList[Series[EllipticTheta[3, 0, x]^(3/2), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 23 2018 *)