OFFSET
1,2
COMMENTS
An algorithm for generating a(n) is given in the Pinner and Smyth link, where more details about a(n) can be found.
Also, see file link below for {(n,a(n),matrix(n)),0 <= n <= 6}, where matrix(n) has minimal modulus determinant equal to a(n) among (n+1) X (n+1) matrices with top row 1,2,2^2,...,2^n 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 0 <= n <= 6
EXAMPLE
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.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Christopher J. Smyth,Sep 09 2019
STATUS
approved