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!)
A357025 E.g.f. satisfies log(A(x)) = (exp(x * A(x)) - 1)^3. 4
1, 0, 0, 6, 36, 150, 3060, 62286, 867636, 15591750, 419764500, 10834588446, 277719263316, 8580282719190, 297021183388020, 10459810717672686, 393932179466738676, 16351788886638987750, 717798906181149294420, 32905220431196072057406 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (3*k)! * (n+1)^(k-1) * Stirling2(n,3*k)/k!.
PROG
(PARI) a(n) = sum(k=0, n\3, (3*k)!*(n+1)^(k-1)*stirling(n, 3*k, 2)/k!);
CROSSREFS
Sequence in context: A353774 A357010 A357087 * A357085 A224149 A055404
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 09 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 July 10 05:22 EDT 2024. Contains 374194 sequences. (Running on oeis4.)