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 A379866 #13 Jan 05 2025 09:58:49 %S A379866 1,0,2,-2,56,-222,5332,-45782,1127408,-15972542,428055644,-8598013734, %T A379866 256717806952,-6667767637598,223389539254676,-7076616268104278, %U A379866 265762684840216544,-9880557234248622462,413902270494309471436,-17591536945041528005318,816621849842712202724696 %N A379866 Expansion of e.g.f. (1/x) * Series_Reversion( x / (exp(-x) + x)^2 ). %H A379866 <a href="/index/Res#revert">Index entries for reversions of series</a> %F A379866 E.g.f. A(x) satisfies A(x) = (exp(-x*A(x)) + x*A(x))^2. %F A379866 E.g.f.: B(x)^2, where B(x) is the e.g.f. of A379868. %F A379866 a(n) = -2 * n! * Sum_{k=0..n} (-2*n+k-2)^(n-k-1) * binomial(2*n+1,k)/(n-k)!. %o A379866 (PARI) a(n) = -2*n!*sum(k=0, n, (-2*n+k-2)^(n-k-1)*binomial(2*n+1, k)/(n-k)!); %Y A379866 Cf. A108919, A367868. %K A379866 sign %O A379866 0,3 %A A379866 _Seiichi Manyama_, Jan 04 2025