|
| |
|
|
A079340
|
|
Absolute value of determinant of n X n matrix whose entries are the integers from 1 to n^2 spiraling outward, ending in a corner.
|
|
3
| |
|
|
1, 5, 72, 1380, 31920, 861840, 26611200, 925404480, 35805369600, 1526139014400, 71066912716800, 3590219977344000, 195589552648089600, 11430978821982720000, 713448513897799680000, 47363888351558338560000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Ending in the NW or SE corner and n is even OR ending in the NE or SW corner and n is odd then the sign is positive, otherwise it is negative.
|
|
|
FORMULA
| Conjecture: a(n) = (2n^2-3n+3) (2n-2)!/(2 (n-1)!). - Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 30 2003
|
|
|
EXAMPLE
| n=2, det=-5: {1 2 / 4 3 }.
n=3, det=72: {7 8 9 / 6 1 2 / 5 4 3 }.
n=4, det=-1380: { 7 8 9 10 / 6 1 2 11 /5 4 3 12 / 16 15 14 13 }.
n=5, det=31920: { 21 22 23 24 25 / 20 7 8 9 10 / 19 6 1 2 11 /18 5 4 3 12 / 17 16 15 14 13 }
|
|
|
CROSSREFS
| Cf. A078475, A023999, A067276, A052182.
Sequence in context: A092204 A079874 A186664 * A197324 A197977 A136637
Adjacent sequences: A079337 A079338 A079339 * A079341 A079342 A079343
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Kit Vongmahadlek (kit119(AT)yahoo.com), Jan 03 2003
|
|
|
EXTENSIONS
| Extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 25 2003
|
| |
|
|