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!)
A366751 Expansion of e.g.f. -log(1 - x^3 * (exp(x) - 1)). 1
0, 0, 0, 0, 24, 60, 120, 210, 20496, 181944, 1059120, 4990590, 180292200, 3191349876, 36598884504, 327837512730, 7732754793120, 194896185648240, 3574721299186656, 51311061420097014, 1105883184455171640, 32127696556638165420, 812811279492629700360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=1..floor(n/4)} (k-1)! * Stirling2(n-3*k,k)/(n-3*k)!.
PROG
(PARI) a(n) = n!*sum(k=1, n\4, (k-1)!*stirling(n-3*k, k, 2)/(n-3*k)!);
CROSSREFS
Cf. A368174.
Sequence in context: A163636 A279930 A292891 * A358014 A356950 A356892
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 15 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 April 27 15:36 EDT 2024. Contains 372019 sequences. (Running on oeis4.)