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!)
A372993 a(n) = n! a(n-1) / a(n-2), where a(0) = 1, a(1) = 1. 1
1, 1, 2, 12, 144, 1440, 7200, 25200, 141120, 2032128, 52254720, 1026432000, 9408960000, 57081024000, 528881633280, 12116197416960, 479322095616000, 14071151001600000, 187950374092800000, 1624830984032256000, 21032437860687052800, 661340826849411072000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[0] = 1; a[1] = 1;
a[n_] := a[n] = n! a[n - 1]/a[n - 2];
Table[a[n], {n, 0, 22}]
CROSSREFS
Sequence in context: A009747 A208866 A334174 * A067601 A365284 A052740
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 16 2024
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 September 13 04:25 EDT 2024. Contains 375859 sequences. (Running on oeis4.)