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!)
A355990 a(n) = n! / (6 * floor(n/3)!). 5
1, 4, 20, 60, 420, 3360, 10080, 100800, 1108800, 3326400, 43243200, 605404800, 1816214400, 29059430400, 494010316800, 1482030950400, 28158588057600, 563171761152000, 1689515283456000, 37169336236032000, 854894733428736000, 2564684200286208000 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
E.g.f.: (1 - x^3) * (exp(x^3) - 1)/(6 * (1 - x)).
a(n) = A355988(n)/6.
MATHEMATICA
a[n_] := n!/(6 * Floor[n/3]!); Array[a, 22, 3] (* Amiram Eldar, Jul 22 2022 *)
PROG
(PARI) a(n) = n!/(6*(n\3)!);
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1-x^3)*(exp(x^3)-1)/(6*(1-x))))
CROSSREFS
Column 3 of A355996.
Sequence in context: A018211 A135507 A197404 * A169637 A356012 A169638
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 22 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 June 12 06:06 EDT 2024. Contains 373321 sequences. (Running on oeis4.)