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.

A362799 E.g.f. satisfies A(x) = exp( (exp(x) - 1) * A(x)^x ).

This page as a plain text file.
%I A362799 #17 Feb 16 2025 08:34:05
%S A362799 1,1,2,11,63,542,5183,62211,830252,12900381,220566835,4223662522,
%T A362799 88001471869,2007052809465,49309469989666,1306455781607975,
%U A362799 36973887007453315,1116728635342926570,35775769695237122035,1213704083311914974899
%N A362799 E.g.f. satisfies A(x) = exp( (exp(x) - 1) * A(x)^x ).
%H A362799 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>.
%F A362799 E.g.f.: exp( -LambertW(-x * (exp(x) - 1)) / x ).
%F A362799 E.g.f.: Sum_{k>=0} (k*x + 1)^(k-1) * (exp(x) - 1)^k / k!.
%o A362799 (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*(exp(x)-1))/x)))
%Y A362799 Cf. A052880, A362800.
%Y A362799 Cf. A362794, A362796.
%Y A362799 Cf. A000110, A361777.
%K A362799 nonn
%O A362799 0,3
%A A362799 _Seiichi Manyama_, May 04 2023