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 A365057 #8 Aug 19 2023 19:05:12 %S A365057 1,1,6,70,1242,29766,901108,33007500,1419955260,70189326748, %T A365057 3920638941576,244244850932424,16790688671875000,1262666306235233160, %U A365057 103110586277262570672,9086730135842989237456,859557307380692050631952,86872483166310571406250000 %N A365057 E.g.f. satisfies A(x) = exp(x * A(x)^2 * (1 + x/2 * A(x)^2)). %F A365057 a(n) = n! * Sum_{k=0..n} (1/2)^(n-k) * (2*n+1)^(k-1) * binomial(k,n-k)/k!. %o A365057 (PARI) a(n) = n!*sum(k=0, n, (1/2)^(n-k)*(2*n+1)^(k-1)*binomial(k, n-k)/k!); %Y A365057 Cf. A091485, A365058. %Y A365057 C. A363358. %K A365057 nonn %O A365057 0,3 %A A365057 _Seiichi Manyama_, Aug 19 2023