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 A351739 #15 Jun 04 2022 02:30:42 %S A351739 1,0,2,6,40,295,2688,28588,348864,4802922,73652110,1245046836, %T A351739 23003289912,461188427544,9972307487660,231341792369010, %U A351739 5731422576446208,151032969213699536,4218265874407103640,124471244064061267032,3869361472890037713560 %N A351739 Expansion of e.g.f. 1/(1 + log(1-x))^x. %F A351739 a(0) = 1; a(n) = Sum_{k=1..n} A052809(k) * binomial(n-1,k-1) * a(n-k). %F A351739 a(n) ~ n! * exp(n) / (Gamma(1 - 1/exp(1)) * n^(1/exp(1)) * (exp(1) - 1)^(n + 1 - 1/exp(1))). - _Vaclav Kotesovec_, Jun 04 2022 %o A351739 (PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+log(1-x))^x)) %Y A351739 Cf. A052801, A052809, A354122, A354123. %K A351739 nonn %O A351739 0,3 %A A351739 _Seiichi Manyama_, May 20 2022