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.

A293721 E.g.f.: exp(x + 4*x^2 + 9*x^3).

Original entry on oeis.org

1, 1, 9, 79, 457, 5901, 66841, 720259, 11155089, 158315257, 2361665161, 42133751991, 720156599449, 13181971424389, 265545621153177, 5280775950377131, 111888028465044001, 2508562975185903729, 56507353426001537929, 1342159313030965211167
Offset: 0

Views

Author

Seiichi Manyama, Oct 15 2017

Keywords

Crossrefs

Column k=3 of A293724.

Programs

  • Mathematica
    CoefficientList[Series[E^(x + 4*x^2 + 9*x^3), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Oct 15 2017 *)
  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(exp(x+4*x^2+9*x^3)))

Formula

a(n) ~ 3^(n - 1/2) * n^(2*n/3) * exp(-392/6561 - 2*n/3 + 49*n^(1/3)/243 + 4*n^(2/3)/9). - Vaclav Kotesovec, Oct 15 2017