cp's OEIS Frontend

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.

A380665 Expansion of e.g.f. (1/x) * Series_Reversion( x * (1 - x)^2 * exp(-x/(1 - x)) ).

This page as a plain text file.
%I A380665 #11 Jan 30 2025 03:51:49
%S A380665 1,3,31,586,16401,612336,28678231,1618268688,106946168769,
%T A380665 8105456425600,693228400344591,66055574392722432,6940237183385667409,
%U A380665 797165049089377683456,99381018789002592800775,13365207839280075801020416,1928719845703457066672384769,297293268794967068206087176192
%N A380665 Expansion of e.g.f. (1/x) * Series_Reversion( x * (1 - x)^2 * exp(-x/(1 - x)) ).
%H A380665 <a href="/index/Res#revert">Index entries for reversions of series</a>
%F A380665 E.g.f. A(x) satisfies A(x) = exp(x * A(x)/(1 - x*A(x)))/(1 - x*A(x))^2.
%F A380665 a(n) = n! * Sum_{k=0..n} (n+1)^(k-1) * binomial(3*n+1,n-k)/k!.
%o A380665 (PARI) a(n) = n!*sum(k=0, n, (n+1)^(k-1)*binomial(3*n+1, n-k)/k!);
%Y A380665 Cf. A052873, A380663.
%Y A380665 Cf. A377832.
%K A380665 nonn
%O A380665 0,2
%A A380665 _Seiichi Manyama_, Jan 30 2025