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.

A278576 E.g.f. = exp(5*(exp(t)-1) + 3*(exp(t)-1)^2).

Original entry on oeis.org

1, 5, 36, 313, 3145, 35500, 441951, 5989413, 87496610, 1367284215, 22714400561, 399122562838, 7386136082045, 143434180479665, 2913717863731996, 61746352166762613, 1361745345400563725, 31186806216360128300, 740294632899931980131, 18182298488225724570513
Offset: 0

Views

Author

N. J. A. Sloane, Nov 28 2016

Keywords

Crossrefs

Programs

  • Mathematica
    With[{nn=20},CoefficientList[Series[Exp[5*(Exp[x]-1)+3(Exp[x]-1)^2],{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, Jul 23 2024 *)