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!)
A362187 a(n) = (n^2 - n)!. 2
1, 1, 2, 720, 479001600, 2432902008176640000, 265252859812191058636308480000000, 1405006117752879898543142606244511569936384000000000, 710998587804863451854045647463724949736497978881168458687447040000000000000 (list; graph; refs; listen; history; text; internal format)
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
FORMULA
a(n) = (n^2 - n)*a(n-1) for n > 1.
a(n) = A000142(A002378(n-1)) for n > 0.
MATHEMATICA
a[n_]:=(n^2-n)!; Array[a, 9, 0]
CROSSREFS
Cf. A362209.
Sequence in context: A159564 A185667 A119781 * A028367 A000197 A036298
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Apr 10 2023
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 May 5 10:46 EDT 2024. Contains 372275 sequences. (Running on oeis4.)