A368352 a(n) is the maximal determinant of an n X n Hankel matrix using the integers 1 to 2*n - 1.
1, 1, 5, 42, 2294, 71753, 2737409, 114381074
Offset: 0
Examples
a(2) = 5: 3, 1; 1, 2. a(3) = 42: 2, 5, 3; 5, 3, 4; 3, 4, 1. a(4) = 2294: 2, 3, 6, 7; 3, 6, 7, 1; 6, 7, 1, 5; 7, 1, 5, 4.
Links
- Lucas A. Brown, Python program.
- Wikipedia, Hankel matrix.
Crossrefs
Extensions
a(6)-a(7) from Lucas A. Brown, Aug 26 2024