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 A375899 #11 Sep 02 2024 08:38:16 %S A375899 1,2,12,124,1846,36128,879252,25637680,872159952,33933231696, %T A375899 1486845891696,72473120203680,3890486148311040,228103117063828992, %U A375899 14504759878784601600,994346460412330358016,73107707092779695687040,5738844073788385570644480 %N A375899 E.g.f. satisfies A(x) = 1 / (1 + log(1 - x * A(x)^(1/2)))^2. %F A375899 E.g.f.: B(x)^2, where B(x) is the e.g.f. of A052802. %F A375899 E.g.f.: A(x) = ( (1/x) * Series_Reversion(x * (1 + log(1-x))) )^2. %F A375899 a(n) = (2/(n+2)!) * Sum_{k=0..n} (n+k+1)! * |Stirling1(n,k)|. %o A375899 (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace((serreverse(x*(1+log(1-x)))/x)^2)) %o A375899 (PARI) a(n) = 2*sum(k=0, n, (n+k+1)!*abs(stirling(n, k, 1)))/(n+2)!; %Y A375899 Cf. A052802, A375900. %Y A375899 Cf. A052801. %K A375899 nonn %O A375899 0,2 %A A375899 _Seiichi Manyama_, Sep 01 2024