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!)
A368174 Expansion of e.g.f. -log(1 - x^3/6 * (exp(x) - 1)). 2
0, 0, 0, 0, 4, 10, 20, 35, 616, 5124, 29520, 138765, 1312300, 16576846, 175795984, 1539037955, 15687832720, 216382727240, 3170822906976, 42007311638169, 553841577209940, 8435274815148370, 145708900713412960, 2517047758252082671, 42575155321545439384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
This sequence is different from A354001.
LINKS
FORMULA
a(n) = n! * Sum_{k=1..floor(n/4)} (k-1)! * Stirling2(n-3*k,k)/(6^k * (n-3*k)!).
PROG
(PARI) a(n) = n!*sum(k=1, n\4, (k-1)!*stirling(n-3*k, k, 2)/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A261636 A058539 A354001 * A353999 A355308 A356952
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 14 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 September 5 00:56 EDT 2024. Contains 375685 sequences. (Running on oeis4.)