login
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.
4
1, 5, 42, 425, 17050, 54600, 11468100
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.
FORMULA
a(n) =A327267(Product_{k=0..n} prime(2^k)) =A327267(A325782(n+1)).
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
Subsequence ofA327267-- see comments;A327269is similar, but determinant's top row is 1,2,...,n;A327271is similar, but determinant's top row consists of n 1's.
KEYWORD
nonn,more
AUTHOR
STATUS
approved