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!)
A356963 E.g.f. satisfies log(A(x)) = x^3/6 * (exp(x*A(x)) - 1) * A(x). 3
1, 0, 0, 0, 4, 10, 20, 35, 2856, 30324, 205920, 1108965, 23266540, 482882686, 6894708184, 75981906455, 1191424314640, 28555511625320, 635370500529216, 11547272842560969, 213976417787571540, 5165550420447656050, 142251473243071866520, 3624660458114853235771 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (n-2*k+1)^(k-1) * Stirling2(n-3*k,k)/(6^k * (n-3*k)!).
PROG
(PARI) a(n) = n!*sum(k=0, n\4, (n-2*k+1)^(k-1)*stirling(n-3*k, k, 2)/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A353999 A355308 A356952 * A375716 A370992 A355180
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 06 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 September 5 00:56 EDT 2024. Contains 375685 sequences. (Running on oeis4.)