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.

A292952 E.g.f.: exp(-x * exp(x)).

Original entry on oeis.org

1, -1, -1, 2, 9, 4, -95, -414, 49, 10088, 55521, 13870, -2024759, -15787188, -28612415, 616876274, 7476967905, 32522642896, -209513308607, -4924388011050, -38993940088199, -11731860520780, 3807154270837281, 52018152493218010, 278413297030360273
Offset: 0

Views

Author

Seiichi Manyama, Sep 27 2017

Keywords

Crossrefs

Column k=1 of A293015.
Cf. this sequence (k=1), A292953 (k=2), A292954 (k=3), A292955 (k=4).
Cf. A003725.

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[-x Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, May 15 2023 *)
  • PARI
    x='x+O('x^66); Vec(serlaplace(exp(-x*exp(x))))

Formula

a(n) = (-1)^n * A003725(n).