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 A362348 #17 Feb 16 2025 08:34:05 %S A362348 1,1,1,7,25,61,1561,10291,40657,1754425,16632721,90479071,5469933481, %T A362348 67591594357,468224398825,36386954606731,554182030325281, %U A362348 4663003095358321,442756825853252257,8014853488848923575,79354642490200806841,8901962495566386752941 %N A362348 a(n) = n! * Sum_{k=0..floor(n/3)} k^k / (k! * (n-3*k)!). %H A362348 Seiichi Manyama, <a href="/A362348/b362348.txt">Table of n, a(n) for n = 0..427</a> %H A362348 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>. %F A362348 E.g.f.: exp(x) / (1 + LambertW(-x^3)). %F A362348 a(n) ~ (exp(3*exp(-1/3)/2) + 2*cos(sqrt(3)*exp(-1/3)/2 - 2*Pi*n/3)) * n^n / (sqrt(3) * exp(2*n/3 + exp(-1/3)/2)). - _Vaclav Kotesovec_, Apr 18 2023 %o A362348 (PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x)/(1+lambertw(-x^3)))) %Y A362348 Cf. A086331, A362347, A362349. %K A362348 nonn %O A362348 0,4 %A A362348 _Seiichi Manyama_, Apr 17 2023