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
1, 0, 2, 3, 76, 425, 10326, 119077, 3158968, 57929265, 1740086290, 44066266541, 1512768107940, 48660920528233, 1905202422005806, 73878129769929045, 3275941116578461936, 147981592692778718561, 7366814796135956094378, 378666415166758834858237 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} (n+k)! * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x*(exp(x)-1)))/x))
(PARI) a(n) = sum(k=0, n\2, (n+k)!*stirling(n-k, k, 2)/(n-k)!)/(n+1);
CROSSREFS
Cf. A052848.
Sequence in context: A042233 A176290 A371143 * A371269 A306195 A091825
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 06 2024
STATUS
approved

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 July 29 03:05 EDT 2024. Contains 374727 sequences. (Running on oeis4.)