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!)
A365601 Expansion of e.g.f. 1 / (1 - 5 * log(1 + x))^(2/5). 3
1, 2, 12, 130, 1990, 39500, 962540, 27807120, 928991280, 35233882320, 1495508048160, 70233555485520, 3615667144284720, 202470393271792800, 12252576455326384800, 796817209624497196800, 55418456683474326892800, 4104671046431448576787200 (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} (-1)^(k-1) * (5 - 3*k/n) * (k-1)! * binomial(n,k) * a(n-k).
MATHEMATICA
a[n_] := Sum[Product[5*j + 2, {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+2)*stirling(n, k, 1));
CROSSREFS
Cf. A365585.
Sequence in context: A079199 A303926 A214759 * A185751 A090361 A258467
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 9 22:02 EDT 2024. Contains 373248 sequences. (Running on oeis4.)