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