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 A377826 #11 Feb 16 2025 08:34:07 %S A377826 1,2,7,49,489,6521,108643,2178107,51084337,1373054833,41624314371, %T A377826 1405311853595,52299954524953,2127347522554073,93902399411048803, %U A377826 4470613587492385051,228362858274694209249,12458393118650371672673,722983769486947261178371 %N A377826 E.g.f. satisfies A(x) = (1 + x) * exp(x * A(x)). %H A377826 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>. %F A377826 E.g.f.: (1+x) * exp( -LambertW(-x*(1+x)) ). %F A377826 E.g.f.: -LambertW(-x*(1+x))/x. %F A377826 a(n) = n! * Sum_{k=0..n} (k+1)^(k-1) * binomial(k+1,n-k)/k!. %F A377826 a(n) ~ sqrt(-2*sqrt(1 + 4*exp(-1)) + 2 + 8*exp(-1)) * 2^n * n^(n-1) / ((-1 + sqrt(1 + 4*exp(-1)))^(n+1) * exp(n - 1/2)). - _Vaclav Kotesovec_, Nov 09 2024 %o A377826 (PARI) a(n) = n!*sum(k=0, n, (k+1)^(k-1)*binomial(k+1, n-k)/k!); %Y A377826 Cf. A377827, A377828. %Y A377826 Cf. A352410, A362771. %K A377826 nonn %O A377826 0,2 %A A377826 _Seiichi Manyama_, Nov 09 2024