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.

A294051 Expansion of e.g.f.: exp(1/(1-x)^5 - 1).

Original entry on oeis.org

1, 5, 55, 785, 13705, 280745, 6561175, 171559925, 4947814225, 155676898925, 5297647127575, 193609855201625, 7554669411801625, 313185598385812625, 13735697420477200375, 634998741428031792125, 30844527567399706110625, 1569784302914751616023125
Offset: 0

Views

Author

Seiichi Manyama, Oct 22 2017

Keywords

Crossrefs

Column k=5 of A294046.

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Exp[1/(1-x)^5 - 1], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 22 2017 *)
  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(exp(1/(1-x)^5-1)))

Formula

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