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)).

This page as a plain text file.
%I A292952 #16 May 15 2023 19:00:26
%S A292952 1,-1,-1,2,9,4,-95,-414,49,10088,55521,13870,-2024759,-15787188,
%T A292952 -28612415,616876274,7476967905,32522642896,-209513308607,
%U A292952 -4924388011050,-38993940088199,-11731860520780,3807154270837281,52018152493218010,278413297030360273
%N A292952 E.g.f.: exp(-x * exp(x)).
%H A292952 Seiichi Manyama, <a href="/A292952/b292952.txt">Table of n, a(n) for n = 0..557</a>
%F A292952 a(n) = (-1)^n * A003725(n).
%t A292952 With[{nn=30},CoefficientList[Series[Exp[-x Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, May 15 2023 *)
%o A292952 (PARI) x='x+O('x^66); Vec(serlaplace(exp(-x*exp(x))))
%Y A292952 Column k=1 of A293015.
%Y A292952 Cf. this sequence (k=1), A292953 (k=2), A292954 (k=3), A292955 (k=4).
%Y A292952 Cf. A003725.
%K A292952 sign
%O A292952 0,4
%A A292952 _Seiichi Manyama_, Sep 27 2017