cp's OEIS Frontend

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.

A352348 Maximum determinant of n X n matrix composed of {-1, 0, 1} with pairwise orthogonal rows.

Original entry on oeis.org

1, 2, 2, 16, 16, 125, 128, 4096, 4096, 59049, 59049, 2985984, 2985984, 62748517
Offset: 1

Views

Author

Max Alekseyev, Mar 12 2022

Keywords

Comments

a(n) >= a(m)*a(n-m) for any m < n.
a(n) <= A003433(n), a bound achieved if the orthogonality requirement is dropped.
If there exists an order n Hadamard matrix, then a(n) = A003433(n) = n^(n/2).
For n == 2 (mod 4), if there exists an order n conference matrix (cf. A000952), then a(n) = (n-1)^(n/2). In particular, a(18) = 118587876497.

Crossrefs

Extensions

a(11)-a(14) from Max Alekseyev, May 20 2023