OFFSET
0,3
COMMENTS
The next term has 104 digits.
For n > 0, a(n) is the number of n X n matrices using all the integers from 1 to n^2 and having the main diagonal given.
LINKS
Winston de Greef, Table of n, a(n) for n = 0..21
MATHEMATICA
a[n_]:=(n^2-n)!; Array[a, 9, 0]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Apr 10 2023
STATUS
approved