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”).

A127235
a(n) = n! (2*sum(1..n-1))!.
2
1, 4, 4320, 11496038400, 291948240981196800000, 190982059064777562218142105600000000, 7081230833474514688657438735472338312479375360000000000
OFFSET
1,2
COMMENTS
Number of distinct n x n matrices containing n^2 different elements which have that same trace.
MATHEMATICA
Table[n! (2*Sum[x, {x, 1, n - 1}])!, {n, 1, 10}]
CROSSREFS
Sequence in context: A067482 A249804 A079682 * A274972 A344670 A344671
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 09 2007, Jan 11 2007
STATUS
approved