login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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
OFFSET
3,2
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 | 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 24 09:31 EDT 2024. Contains 376196 sequences. (Running on oeis4.)