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!)
A365602 Expansion of e.g.f. 1 / (1 - 5 * log(1 + x))^(3/5). 7
1, 3, 21, 246, 3990, 82800, 2092560, 62343600, 2139137760, 83064002160, 3600715721040, 172353630085920, 9028586395211040, 513740204261763840, 31553316959017737600, 2080500578006553619200, 146577866381052082876800, 10988979300484733769667200 (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} (-1)^(k-1) * (5 - 2*k/n) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
a[n_] := Sum[Product[5*j + 3, {j, 0, k - 1}] * 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)*stirling(n, k, 1));
CROSSREFS
Cf. A365586.
Sequence in context: A138213 A193333 A290129 * A371006 A355092 A205319
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 August 28 01:15 EDT 2024. Contains 375477 sequences. (Running on oeis4.)