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!)
A355988 a(n) = n! / floor(n/3)!. 2
1, 1, 2, 6, 24, 120, 360, 2520, 20160, 60480, 604800, 6652800, 19958400, 259459200, 3632428800, 10897286400, 174356582400, 2964061900800, 8892185702400, 168951528345600, 3379030566912000, 10137091700736000, 223016017416192000, 5129368400572416000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: (1 - x^3) * exp(x^3)/(1 - x).
MATHEMATICA
a[n_] := n!/Floor[n/3]!; Array[a, 24, 0] (* Amiram Eldar, Jul 22 2022 *)
PROG
(PARI) a(n) = n!/(n\3)!;
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1-x^3)*exp(x^3)/(1-x)))
CROSSREFS
Sequence in context: A364425 A178010 A366368 * A330043 A062348 A189856
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 April 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)