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!)
A366546 Expansion of e.g.f. -log(1 - x^3 * exp(x)). 1
0, 0, 0, 6, 24, 60, 480, 5250, 40656, 363384, 4839120, 65198430, 859543080, 13311494196, 233478687624, 4190929145130, 79746180437280, 1667320408619760, 36965002127643936, 854734007793179574, 20962277675893792440, 544839141515795731500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=1..floor(n/3)} k^(n-3*k-1)/(n-3*k)!.
PROG
(PARI) a(n) = n!*sum(k=1, n\3, k^(n-3*k-1)/(n-3*k)!);
CROSSREFS
Sequence in context: A293017 A371175 A292889 * A272951 A358081 A371045
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 14 09:19 EDT 2024. Contains 372532 sequences. (Running on oeis4.)