login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 8
1, 6, 777, 79455, 13602389 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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)

PROG

See link given in A088238.

CROSSREFS

Cf. A085000, A088214, A088215, A088216.

Cf. A088238.

Sequence in context: A036981 A202080 A130688 * A020542 A045480 A006114

Adjacent sequences:  A088214 A088215 A088216 * A088218 A088219 A088220

KEYWORD

more,nonn,hard

AUTHOR

Hugo Pfoertner (hugo(AT)pfoertner.org), Sep 23 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.