OFFSET
1,2
COMMENTS
Number of distinct n x n symmetrical matrices containing A000217(n+1) different elements which have that same trace.
MATHEMATICA
Table[n! (Sum[x, {x, 1, n-1}])!, {n, 1, 10}]
Table[n!((n(n-1))/2)!, {n, 10}] (* Harvey P. Dale, May 08 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 09 2007, Jan 11 2007
EXTENSIONS
Edited by Jason G. Wurtzel, Oct 08 2010
Corrected and extended by Harvey P. Dale, May 08 2013
STATUS
approved