A327272 Smallest modulus of any (n+1) X (n+1) integer determinant whose top row is 1,2,2^2,...,2^n and whose rows are pairwise orthogonal.
1, 5, 42, 425, 17050, 54600, 11468100
Offset: 1
Examples
a(2) =42 since det([[1,2,4],[2,-3,1],[2,1,-1]]) = 42 and is the smallest positive determinant with top row [1,2,2^2] and all entries integers, and rows orthogonal.
Links
- Chris Pinner and Chris Smyth, Lattices of minimal index in Z^n having an orthogonal basis containing a given basis vector
- Christopher J. Smyth, List of n, a(n) and associated matrix for 0 <= n <= 6
Comments