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.

A016729 Highest minimal Hamming distance of any Type 4^H+ Hermitian additive self-dual code over GF(4) of length n.

Original entry on oeis.org

1, 2, 2, 2, 3, 4, 3, 4, 4, 4, 5, 6, 5, 6, 6, 6, 7, 8, 7, 8, 8, 8
Offset: 1

Views

Author

N. J. A. Sloane. Entry revised May 06 2005

Keywords

Comments

The sequence continues: a(23) = 8 or 9, a(24) = 8, 9 or 10, a(25) = 8 or 9, ...

References

  • P. Gaborit and A. Otmani, Experimental construction of self-dual codes, Preprint.

Crossrefs

A105687 gives the number of codes with this minimal distance.

Formula

Conjectures from Chai Wah Wu, Apr 13 2024: (Start)
a(n) = a(n-1) + a(n-6) - a(n-7) for n > 7.
G.f.: x*(-2*x^6 + x^5 + x^4 + x + 1)/(x^7 - x^6 - x + 1). (End)