login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A372992
a(n) = (n!)!/((n-1)!)!.
0
1, 1, 2, 360, 861733891296165888000
OFFSET
0,3
COMMENTS
a(5) has 177 digits.
MATHEMATICA
a[0] = 1; a[n_] := a[n] = (n!)!/((n - 1)!)!;
Table[a[n], {n, 0, 6}]
CROSSREFS
Cf. A000142.
Sequence in context: A325629 A362476 A062381 * A077350 A013506 A013512
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 16 2024
STATUS
approved