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.

A145312 Coefficients in expansion of E''_4(q), where E_4 is the Eisenstein series in A004009.

Original entry on oeis.org

4320, 40320, 210240, 604800, 1814400, 3467520, 7862400, 13080960, 24494400, 35164800, 64753920, 82293120, 135233280, 177811200, 269625600, 320785920, 500346720, 563068800, 838857600, 970905600, 1329229440, 1477681920, 2170022400, 2268144000, 3085992000
Offset: 0

Views

Author

N. J. A. Sloane, Feb 28 2009

Keywords

Crossrefs

Programs

  • Mathematica
    terms = 25;
    E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms+1}];
    E4''[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)