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 A361093 #16 Mar 16 2023 02:48:57 %S A361093 1,1,7,97,2049,58541,2114143,92419965,4746108769,280105517881, %T A361093 18683156508471,1389960074426969,114119472522112225, %U A361093 10249863809271551973,999746622121255094479,105236583967331849218741,11891012005206169120252737,1435560112909007680593616625 %N A361093 E.g.f. satisfies A(x) = exp( 1/(1 - x * A(x)^2) - 1 ). %H A361093 Winston de Greef, <a href="/A361093/b361093.txt">Table of n, a(n) for n = 0..334</a> %F A361093 a(n) = n! * Sum_{k=0..n} (2*n+1)^(k-1) * binomial(n-1,n-k)/k!. %F A361093 a(n) ~ n^(n-1) / (2 * 3^(1/4) * (2 - sqrt(3))^n * exp((2 - sqrt(3))*n - (sqrt(3) - 1)/2)). - _Vaclav Kotesovec_, Mar 02 2023 %t A361093 Table[n! * Sum[(2*n+1)^(k-1) * Binomial[n-1,n-k]/k!, {k,0,n}], {n,0,20}] (* _Vaclav Kotesovec_, Mar 02 2023 *) %o A361093 (PARI) a(n) = n!*sum(k=0, n, (2*n+1)^(k-1)*binomial(n-1, n-k)/k!); %Y A361093 Cf. A052873, A361094, A361095, A361096, A361097. %Y A361093 Cf. A212722, A361065. %K A361093 nonn %O A361093 0,3 %A A361093 _Seiichi Manyama_, Mar 01 2023