A179183 The size of an optimal binary code of length n and edit distance 3.
1, 2, 2, 4, 7, 12, 19, 34
Offset: 2
Examples
For n = 5, one can choose at most a(5) = 4 codewords at edit distance at least 3 from each other. One choice of 4 such codewords is 00110, 01001, 10000, and 11111. - _Pontus von Brömssen_, Dec 05 2018
Links
- Sheridan Houghten, A Table of Bounds on Optimal Fixed-Length Binary Edit-Metric Codes.
- Pontus von Brömssen, Lower bounds for A179183.
Extensions
a(9), modified name and comment from Sheridan Houghten, Oct 18 2013
Offset corrected by Pontus von Brömssen, Dec 05 2018
Comments