The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A365604 Expansion of e.g.f. 1 / (1 - 5 * log(1 + x)). 4
1, 5, 45, 610, 11020, 248870, 6744350, 213233400, 7704814200, 313199930400, 14146162064400, 702826758144000, 38093116667766000, 2236695336601458000, 141433354184701746000, 9582086196220281456000, 692463727252196674560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 5^k * k! * Stirling1(n,k).
a(0) = 1; a(n) = 5 * Sum_{k=1..n} (-1)^(k-1) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
a[n_] := Sum[5^k * k! * StirlingS1[n, k], {k, 0, n}]; Array[a, 17, 0] (* Amiram Eldar, Sep 13 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, 5^k*k!*stirling(n, k, 1));
CROSSREFS
Column k=5 of A320080.
Sequence in context: A112940 A343710 A294332 * A085356 A113382 A304919
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 11 2023
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 11 17:08 EDT 2024. Contains 373315 sequences. (Running on oeis4.)