A368355 a(n) is the maximal absolute value of the determinant of an n X n Hankel matrix using the integers 0 to 2*(n - 1).
1, 0, 4, 74, 1781, 58180
Offset: 0
Examples
a(2) = 4: 1, 2; 2, 0. a(3) = 74: 1, 3, 4; 3, 4, 0; 4, 0, 2. a(4) = 1781: 1, 2, 5, 6; 2, 5, 6, 0; 5, 6, 0, 4; 6, 0, 4, 3.
Links
- Wikipedia, Hankel matrix.
Comments