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!)
A088217 Number of distinct values that can be assumed by the determinant of an n X n matrix whose entries are all permutations of the numbers 1..n^2. 10
1, 6, 777, 79455, 13602389, 3722956267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(5) = 1 + 2*(A085000(5) - (number of terms of A088238)).
LINKS
EXAMPLE
a(2)=6 because the determinants of the 24 2 X 2 matrices whose entries 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)!}]]]) (* Robert G. Wilson v *)
PROG
See link given in A088238.
CROSSREFS
Sequence in context: A130688 A214009 A332176 * A242850 A364273 A020542
KEYWORD
nonn,more,hard
AUTHOR
Hugo Pfoertner, Sep 23 2003
EXTENSIONS
Minor edits and a(6) from Hugo Pfoertner, Sep 08 2019
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)