The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368166 Expansion of e.g.f. -log(1 + x^3/6 * log(1 - x)). 2
0, 0, 0, 0, 4, 10, 40, 210, 1904, 15120, 132600, 1293600, 14673120, 178738560, 2341182480, 32915282400, 499117301760, 8075042976000, 138689356915200, 2519863488979200, 48354005826489600, 976893364144857600, 20721305503846886400, 460363370406207206400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
This sequence is different from A351493.
LINKS
FORMULA
a(n) = n! * Sum_{k=1..floor(n/4)} (k-1)! * |Stirling1(n-3*k,k)|/(6^k * (n-3*k)!).
PROG
(PARI) a(n) = n!*sum(k=1, n\4, (k-1)!*abs(stirling(n-3*k, k, 1))/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A222367 A356913 A351493 * A351506 A355995 A356753
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 May 18 02:23 EDT 2024. Contains 372617 sequences. (Running on oeis4.)