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!)
A365585 Expansion of e.g.f. 1 / (1 + 5 * log(1-x))^(2/5). 4
1, 2, 16, 214, 4030, 98020, 2923580, 103306320, 4219788720, 195631761360, 10148327972160, 582405469831920, 36635844203963760, 2506613821744700640, 185327181909308762400, 14724431257109269113600, 1251088847268683450630400, 113202071235423519573369600 (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+2)) * |Stirling1(n,k)|.
a(0) = 1; a(n) = Sum_{k=1..n} (5 - 3*k/n) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
a[n_] := Sum[Product[5*j + 2, {j, 0, k - 1}] * Abs[StirlingS1[n, k]], {k, 0, n}]; Array[a, 18, 0] (* Amiram Eldar, Sep 10 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, prod(j=0, k-1, 5*j+2)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A365568.
Sequence in context: A365568 A360939 A114531 * A012056 A062971 A267782
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 August 1 22:11 EDT 2024. Contains 374817 sequences. (Running on oeis4.)