login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A370988 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x*(exp(x) - 1)) ). 8

%I #13 Mar 07 2024 01:31:29

%S 1,0,2,3,76,425,10326,119077,3158968,57929265,1740086290,44066266541,

%T 1512768107940,48660920528233,1905202422005806,73878129769929045,

%U 3275941116578461936,147981592692778718561,7366814796135956094378,378666415166758834858237

%N Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x*(exp(x) - 1)) ).

%H <a href="/index/Res#revert">Index entries for reversions of series</a>

%F a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} (n+k)! * Stirling2(n-k,k)/(n-k)!.

%o (PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x*(exp(x)-1)))/x))

%o (PARI) a(n) = sum(k=0, n\2, (n+k)!*stirling(n-k, k, 2)/(n-k)!)/(n+1);

%Y Cf. A052894, A370989, A370990.

%Y Cf. A370991, A370992.

%Y Cf. A052848.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Mar 06 2024

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 3 17:55 EDT 2024. Contains 375674 sequences. (Running on oeis4.)