A327271 Smallest modulus of any n X n integer determinant whose top row has all 1's and whose rows are pairwise orthogonal.
1, 2, 6, 8, 40, 48, 336, 128, 864, 1280, 8448, 3072, 39936
Offset: 1
Examples
a(3) = 6 because the matrix [[1,1,1],[1,-1,0],[1,1,-2]] has top row of 3 1's and all rows orthogonal, and minimal positive determinant equal to 6.
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 up to 13
Comments