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.

A081096 Taylor coefficients at x=0 of exp(exp(x^3/3+x^2/2)-1).

Original entry on oeis.org

1, 0, 1, 2, 6, 40, 155, 1050, 7175, 49000, 427140, 3649800, 34634985, 359579220, 3844835995, 44765971250, 546966720300, 7013372766400, 95334357393275, 1349949069418950, 20031683836289125, 310545507994221500, 5003248923131208750, 83939793691225972500
Offset: 0

Views

Author

Karol A. Penson, Mar 05 2003

Keywords

Crossrefs

Cf. A081095.

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Exp[x^3/3+x^2/2]-1],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Aug 17 2021 *)

Formula

E.g.f.: exp(exp(x^3/3+x^2/2)-1).