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.

A004118 Maximal excess of a Hadamard matrix of order 4n.

This page as a plain text file.
%I A004118 M4489 #15 Jan 31 2022 01:27:26
%S A004118 0,8,20,36,64,80,112,140,172,216,244,280,324,364,408
%N A004118 Maximal excess of a Hadamard matrix of order 4n.
%C A004118 This is the maximal value of the sum of the entries of any n X n Hadamard matrix (cf. A019442).
%D A004118 Brown, Thomas A. and Spencer, Joel H., Minimization of +-1 matrices under line shifts. Colloq. Math. 23 (1971), 165-171, 177 (errata).
%D A004118 N. Farmakis and S. Kounias, The excess of Hadamard matrices and optimal designs, Discrete Mathematics, 67 (1987), 165-176. [From _William P. Orrick_, Mar 26 2009]
%D A004118 S. Kounias and N. Farmakis, On the excess of Hadamard matrices, Discrete Mathematics, 68 (1988), 59-69. [From _William P. Orrick_, Mar 26 2009]
%D A004118 Seberry, Jennifer and Yamada, Mieko; Hadamard matrices, sequences and block designs, in Dinitz and Stinson, eds., Contemporary design theory, pp. 431-560, Wiley-Intersci. Ser. Discrete Math. Optim., Wiley, New York, 1992.
%D A004118 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A004118 M. R. Best, <a href="http://dx.doi.org/10.1016/1385-7258(77)90049-X">The excess of a Hadamard matrix</a>, Indagat. Mathem. (Proceedings) 80 (1977), no. 5., 357-361
%H A004118 <a href="/index/Ha#Hadamard">Index entries for sequences related to Hadamard matrices</a>
%F A004118 n^2*2^(-n)*binomial(n,n/2) <= a(n) <= n*sqrt(n).
%F A004118 Contribution from _William P. Orrick_, Mar 26 2009: (Start)
%F A004118 a(n/4) <= n(2m+1)+8[n/4(n/4-1)/(2(2m+1))], if 4m^2<=n/4<=4m^2+2m+1 or 4m^2+6m+3<=n/4<=4(m+1)^2,
%F A004118 a(n/4) <= 8[nm/4+1/2[n/4(n/4-1)/(2m)]-(n+4)/8]+n+4, if 4m^2+2m+1<n/4<=4m^2+4m+1,
%F A004118 a(n/4)<=8[nm/4+1/2[n/4(n/4-1)/(2(m+1))]+(n-4)/8]+n+4, if 4m^2+4m+1<=n/4<4m^2+6m+3.
%F A004118 [x] denotes the integer part. (See Kounias and Farmakis, 1988.) (End)
%Y A004118 Cf. A019442.
%K A004118 nonn,hard,more,nice
%O A004118 0,2
%A A004118 _N. J. A. Sloane_
%E A004118 a(7)-a(14) from _William P. Orrick_, Mar 26 2009