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.

A294495 E.g.f.: Product_{k>0} (1-x^k/k!)^k.

Original entry on oeis.org

1, -1, -2, 3, 14, 45, -156, -1225, -3396, -105, 226760, 1175229, 4084200, -35683219, -585896962, -3512021955, -14398868176, 198247498911, 3131185307832, 29821940715413, 122481857683680, -1187008881417051, -31616420134183522, -419944298964036771
Offset: 0

Views

Author

Seiichi Manyama, Nov 01 2017

Keywords

Crossrefs

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1-x^k/k!)^k)))