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.

A015690 Expansion of e.g.f. theta_3^(-13/2).

Original entry on oeis.org

1, -13, 195, -3315, 62673, -1299285, 29228355, -707636475, 18316505025, -504116658045, 14685387955875, -451033728019875, 14555826008348625, -492141539705941125, 17387673626552904675, -640456882350467056875
Offset: 0

Views

Author

Keywords

References

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

Programs

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