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.

Original entry on oeis.org

0, 8, 20, 36, 64, 80, 112, 140, 172, 216, 244, 280, 324, 364, 408
Offset: 0

Views

Author

Keywords

Comments

This is the maximal value of the sum of the entries of any n X n Hadamard matrix (cf. A019442).

References

  • Brown, Thomas A. and Spencer, Joel H., Minimization of +-1 matrices under line shifts. Colloq. Math. 23 (1971), 165-171, 177 (errata).
  • 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]
  • S. Kounias and N. Farmakis, On the excess of Hadamard matrices, Discrete Mathematics, 68 (1988), 59-69. [From William P. Orrick, Mar 26 2009]
  • 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.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A019442.

Formula

n^2*2^(-n)*binomial(n,n/2) <= a(n) <= n*sqrt(n).
Contribution from William P. Orrick, Mar 26 2009: (Start)
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,
a(n/4) <= 8[nm/4+1/2[n/4(n/4-1)/(2m)]-(n+4)/8]+n+4, if 4m^2+2m+1
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.
[x] denotes the integer part. (See Kounias and Farmakis, 1988.) (End)

Extensions

a(7)-a(14) from William P. Orrick, Mar 26 2009