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!)
A354123 Expansion of e.g.f. 1/(1 + log(1 - x))^4. 4
1, 4, 24, 188, 1804, 20416, 265640, 3901320, 63776280, 1147796160, 22540858080, 479500074720, 10980929163360, 269298981833280, 7040446188020160, 195439047629422080, 5740498087530831360, 177855276360034736640, 5796391124741936993280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/6) * Sum_{k=0..n} (k + 3)! * |Stirling1(n,k)|.
a(n) ~ sqrt(Pi/2) * n^(n + 7/2) / (3 * (exp(1) - 1)^(n+4)). - Vaclav Kotesovec, Jun 04 2022
a(0) = 1; a(n) = Sum_{k=1..n} (3*k/n + 1) * (k-1)! * binomial(n,k) * a(n-k). - Seiichi Manyama, Nov 19 2023
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+log(1-x))^4))
(PARI) a(n) = sum(k=0, n, (k+3)!*abs(stirling(n, k, 1)))/6;
CROSSREFS
Sequence in context: A028498 A001397 A001506 * A088815 A366367 A367144
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 17 2022
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 June 29 06:14 EDT 2024. Contains 373826 sequences. (Running on oeis4.)