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.

A292909 E.g.f.: exp(1/2! * x^2 * exp(-x)).

Original entry on oeis.org

1, 0, 1, -3, 9, -40, 210, -1176, 7273, -49932, 372060, -2971540, 25359411, -230364498, 2215550428, -22460391240, 239236043985, -2669869110856, 31134833803728, -378485082644400, 4786085290280275, -62838103267148790, 855122923978737876
Offset: 0

Views

Author

Seiichi Manyama, Sep 26 2017

Keywords

Crossrefs

Column k=2 of A292948.

Programs

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

Formula

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