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.

A292950 E.g.f.: exp(1/5! * x^5 * exp(-x)).

Original entry on oeis.org

1, 0, 0, 0, 0, 1, -6, 21, -56, 126, -126, -2310, 32472, -287001, 2016014, -11978967, 58518096, -159272932, -1367358552, 33638536548, -450849366456, 4857267575853, -44901867052350, 349150315551037, -1912043403523176, -2260563011376054
Offset: 0

Views

Author

Seiichi Manyama, Sep 27 2017

Keywords

Crossrefs

Column k=5 of A292948.

Programs

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