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!)
A370994 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 + x^2*log(1-x)) ). 4
1, 0, 0, 6, 12, 40, 3060, 23688, 191520, 9698400, 158548320, 2304973440, 100716073920, 2627516361600, 58513944513024, 2512156283683200, 89046056086041600, 2739316757454950400, 124170651534918297600, 5440968468533003212800, 215067442349096186572800 (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)! * |Stirling1(n-2*k,k)|/(n-2*k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1+x^2*log(1-x)))/x))
(PARI) a(n) = sum(k=0, n\3, (n+k)!*abs(stirling(n-2*k, k, 1))/(n-2*k)!)/(n+1);
CROSSREFS
Sequence in context: A356970 A371138 A371147 * A371234 A371235 A152786
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 28 21:24 EDT 2024. Contains 372095 sequences. (Running on oeis4.)