A368351 a(n) is the minimal determinant of an n X n Hankel matrix using the integers 1 to 2*n - 1.
1, 1, -7, -105, -1810, -48098, -3051554, -175457984
Offset: 0
Examples
a(2) = -7: 2, 3; 3, 1. a(3) = -105: 2, 4, 5; 4, 5, 1; 5, 1, 3. a(4) = -1810: 4, 3, 7, 1; 3, 7, 1, 2; 7, 1, 2, 5; 1, 2, 5, 6.
Links
- Lucas A. Brown, Python program.
- Wikipedia, Hankel matrix.
Crossrefs
Extensions
a(6)-a(7) from Lucas A. Brown, Aug 26 2024