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!)
A357032 E.g.f. satisfies log(A(x)) = (exp(x * A(x)) - 1)^3 / 6. 3
1, 0, 0, 1, 6, 25, 160, 1981, 24906, 295625, 4044900, 68136541, 1260048086, 24330807865, 508029259920, 11686882860381, 289532464998146, 7588430921962825, 210991834698749020, 6244230552027963901, 195584639712483465486, 6442981074293371848185 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (3*k)! * (n+1)^(k-1) * Stirling2(n,3*k)/(6^k * k!).
PROG
(PARI) a(n) = sum(k=0, n\3, (3*k)!*(n+1)^(k-1)*stirling(n, 3*k, 2)/(6^k*k!));
CROSSREFS
Sequence in context: A009464 A042529 A323132 * A183249 A199008 A356909
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 06:30 EDT 2024. Contains 374197 sequences. (Running on oeis4.)