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.

A292954 E.g.f.: exp(-1/3! * x^3 * exp(x)).

Original entry on oeis.org

1, 0, 0, -1, -4, -10, -10, 105, 1064, 6356, 25080, 9075, -1056660, -13219206, -106106364, -548948855, 139658960, 48411569800, 761039099824, 7815284148711, 52216924707660, 9385130453790, -6650556642220260, -132749143322588331, -1713641693856894824
Offset: 0

Views

Author

Seiichi Manyama, Sep 27 2017

Keywords

Crossrefs

Column k=3 of A293015.
Cf. A292952 (k=1), A292953 (k=2), this sequence (k=3), A292955 (k=4).
Cf. A292910.

Programs

  • PARI
    x='x+O('x^66); Vec(serlaplace(exp(-1/3!*x^3*exp(x))))

Formula

a(n) = (-1)^n * A292910(n).