A327269 Smallest modulus of any integer n X n determinant with top row 1,2,...,n and rows nonzero and pairwise orthogonal.
1, 5, 42, 90, 990, 5733, 6720, 39168
Offset: 1
Examples
a(3)=42 since det([1,2,3],[1,-2,1],[4,1,-2]) = 42 and is the smallest positive determinant with top row [1,2,3] and all 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 n <= 8
Comments