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!)
A365586 Expansion of e.g.f. 1 / (1 + 5 * log(1-x))^(3/5). 4
1, 3, 27, 390, 7770, 197520, 6108720, 222585360, 9337369920, 443180705520, 23478556469040, 1373311758143520, 87902002849402080, 6111187336982764800, 458573390187299798400, 36939974397639066086400, 3179423992959428231894400, 291190738388834303603395200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (Product_{j=0..k-1} (5*j+3)) * |Stirling1(n,k)|.
a(0) = 1; a(n) = Sum_{k=1..n} (5 - 2*k/n) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
a[n_] := Sum[Product[5*j + 3, {j, 0, k - 1}] * Abs[StirlingS1[n, k]], {k, 0, n}]; Array[a, 18, 0] (* Amiram Eldar, Sep 13 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, prod(j=0, k-1, 5*j+3)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A365569.
Sequence in context: A138436 A141057 A365569 * A201696 A011781 A094577
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 10 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 May 15 11:00 EDT 2024. Contains 372540 sequences. (Running on oeis4.)