This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A327272 #18 Sep 12 2019 18:27:11 %S A327272 1,5,42,425,17050,54600,11468100 %N 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. %C A327272 An algorithm for generating a(n) is given in the Pinner and Smyth link, where more details about a(n) can be found. %C A327272 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. %H A327272 Chris Pinner and Chris Smyth, <a href="https://www.maths.ed.ac.uk/~chris/papers/MinimalLattices040919.pdf">Lattices of minimal index in Z^n having an orthogonal basis containing a given basis vector</a> %H A327272 Christopher J. Smyth, <a href="/A327272/a327272.pdf">List of n, a(n) and associated matrix for 0 <= n <= 6</a> %F A327272 a(n) = A327267(Product_{k=0..n} prime(2^k)) = A327267(A325782(n+1)). %e A327272 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. %Y A327272 Subsequence of A327267-- see comments; A327269 is similar, but determinant's top row is 1,2,...,n; A327271 is similar, but determinant's top row consists of n 1's. %K A327272 nonn,more %O A327272 1,2 %A A327272 _Christopher J. Smyth_, Sep 09 2019