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!)
A356960 E.g.f. satisfies: A(x) = 1/(1 - x * A(x)^3)^A(x). 4
1, 1, 10, 207, 6620, 288040, 15891234, 1063219640, 83665143176, 7572321823536, 775010639465040, 88510236140283672, 11158965455394331992, 1539441941412714237912, 230675631266761375815288, 37309025609545822539225240, 6478248637390494598048444224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*n+k+1)^(k-1) * |Stirling1(n,k)|.
MATHEMATICA
a[n_] := Sum[(3*n + k + 1)^(k - 1)*Abs[StirlingS1[n, k]], {k, 0, n}] (* Sidney Cadot, Jan 05 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, (3*n+k+1)^(k-1)*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A356973.
Sequence in context: A088746 A293970 A356973 * A364989 A245912 A245918
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 07 2022
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 2 02:01 EDT 2024. Contains 374819 sequences. (Running on oeis4.)