A358567 a(n) is the minimal determinant of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
1, 0, -2, -31, -1297, -39837, -2256911, -99518694
Offset: 0
Examples
a(2) = -2: [0, 1; 2, 0] a(3) = -31: [2, 3, 0; 4, 2, 3; 1, 4, 2]
Links
- Lucas A. Brown, Python program.
- Wikipedia, Toeplitz Matrix
Crossrefs
Extensions
a(5)-a(7) from Lucas A. Brown, Dec 03 2022