A344674 a(n) is the maximum value such that there is an n X n binary orthogonal matrix with every row having at least a(n) ones.
1, 1, 1, 3, 1, 5, 3, 7, 5, 9, 5, 11
Offset: 1
Examples
There exist 10 X 10 binary orthogonal matrices such that every row has at least 9 ones, but no 10 X 10 binary orthogonal matrix exists with 10 ones in each row, so a(10) = 9. There exist 9 X 9 binary orthogonal matrices such that every row has at least 5 ones, but no 9 X 9 binary orthogonal matrix exists with 6 or more ones in each row, so a(9) = 5.
Crossrefs
Cf. A003053.
Extensions
a(11)-a(12) from Martin Ehrenstein, Jun 17 2021
Comments