|
Search: id:A088217
|
|
|
| A088217 |
|
Number of different values that can be assumed by the determinant of an n X n matrix whose elements are all permutations of the numbers 1..n^2. |
|
+0 9
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
a(5) = 1 + 2*( A085000(5) - (number of terms of A088238) )
|
|
EXAMPLE
|
a(2)=6 because the determinants of the 24 2 X 2 matrices whose elements are all permutations of 1,2,3,4 can only assume the values -10,-5,-2,2,5,10.
|
|
MATHEMATICA
|
f[n_] := (p = Permutations[ Table[i, {i, n^2}]]; Length[ Union[ Table[ Det[ Partition[ p[[i]], n]], {i, 1, (n^2)!}]]]) (from Robert G. Wilson v)
|
|
PROGRAM
|
See link given in A088238.
|
|
CROSSREFS
|
Cf. A085000, A088214, A088215, A088216.
Cf. A088238.
Sequence in context: A080369 A036981 A130688 this_sequence A020542 A045480 A006114
Adjacent sequences: A088214 A088215 A088216 this_sequence A088218 A088219 A088220
|
|
KEYWORD
|
more,nonn,hard
|
|
AUTHOR
|
Hugo Pfoertner (hugo(AT)pfoertner.org), Sep 23 2003
|
|
|
Search completed in 0.002 seconds
|