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.
%I A362397 #12 Feb 16 2025 08:34:05 %S A362397 1,1,-2,-17,10,976,3736,-106910,-1386020,15470380,562409596, %T A362397 -722342444,-275109171776,-2700252315656,152965123673272, %U A362397 4156435296446896,-80740805437063664,-5565174444376872368,6196702378365183952,7539582040570866254032 %N A362397 E.g.f. satisfies A(x) = exp(x - 3*x^2/2 * A(x)). %H A362397 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>. %F A362397 E.g.f.: exp(x - LambertW(3*x^2/2 * exp(x))) = 2 * LambertW(3*x^2/2 * exp(x))/(3*x^2). %F A362397 a(n) = n! * Sum_{k=0..floor(n/2)} (-3/2)^k * (k+1)^(n-k-1) / (k! * (n-2*k)!). %o A362397 (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(3*x^2/2*exp(x))))) %Y A362397 Column k=3 of A362394. %Y A362397 Cf. A362380. %K A362397 sign %O A362397 0,3 %A A362397 _Seiichi Manyama_, Apr 20 2023