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.

A292910 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 26 2017

Keywords

Crossrefs

Column k=3 of A292948.

Programs

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