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!)
A370989 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x^2*(exp(x) - 1)) ). 4
1, 0, 0, 6, 12, 20, 2910, 22722, 117656, 8482392, 143398170, 1519998590, 79655138772, 2206506673956, 39101112995126, 1798446230741370, 68667380639283120, 1795441154500375472, 81344029377887798706, 3830461514154681289974, 135388937631209203030700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (n+k)! * Stirling2(n-2*k,k)/(n-2*k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x^2*(exp(x)-1)))/x))
(PARI) a(n) = sum(k=0, n\3, (n+k)!*stirling(n-2*k, k, 2)/(n-2*k)!)/(n+1);
CROSSREFS
Cf. A358013.
Sequence in context: A355508 A371139 A371145 * A055458 A360570 A178733
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 April 27 21:03 EDT 2024. Contains 372020 sequences. (Running on oeis4.)