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 A370875 #14 Mar 09 2024 08:16:01 %S A370875 1,1,4,24,228,2820,44400,840000,18669840,475871760,13698296640, %T A370875 439402803840,15545690233920,601352177025600,25251437978807040, %U A370875 1143932660001331200,55612090342967558400,2887929114414030086400,159548423949650274739200 %N A370875 Expansion of e.g.f. (1/x) * Series_Reversion( x/(x + exp(x^2)) ). %H A370875 <a href="/index/Res#revert">Index entries for reversions of series</a> %F A370875 a(n) = n! * Sum_{k=0..floor(n/2)} (2*k+1)^(k-1) * binomial(n,2*k)/k!. %F A370875 E.g.f.: sqrt(LambertW( -2*x^2/(1-x)^2 ) / (-2*x^2)). %o A370875 (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(x+exp(x^2)))/x)) %o A370875 (PARI) a(n) = n!*sum(k=0, n\2, (2*k+1)^(k-1)*binomial(n, 2*k)/k!); %Y A370875 Cf. A352410, A370876. %Y A370875 Cf. A360601. %K A370875 nonn %O A370875 0,3 %A A370875 _Seiichi Manyama_, Mar 03 2024