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.

A294256 E.g.f.: exp((1-x)*(1-x^2)*(1-x^3) - 1).

Original entry on oeis.org

1, -1, -1, 5, 25, -41, -1769, 7181, 74705, -236305, -7562609, -4169771, 1339186729, -2144219065, -174083994265, -370106105251, 35885107199521, 252732128552671, -10892824509622625, -56149731134394715, 2589936417283432121, 31565855231279227319
Offset: 0

Views

Author

Seiichi Manyama, Oct 26 2017

Keywords

Crossrefs

Column k=3 of A294254.

Programs

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