(Translated by https://www.hiragana.jp/)
A179183 - OEIS
login
A179183
The size of an optimal binary code of length n and edit distance 3.
3
1, 2, 2, 4, 7, 12, 19, 34
OFFSET
2,2
COMMENTS
The edit distance between two words u and v is defined to be the minimum number of deletions, insertions, or substitutions required to change u to v.
a(10) >= 58, a(11) >= 104, a(12) >= 179. See link for examples of codes attaining these bounds. - Pontus von Brömssen, Mar 12 2024
EXAMPLE
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
CROSSREFS
Sequence in context: A032162 A000983 A095325 * A325786 A244457 A325908
KEYWORD
nonn,more
AUTHOR
Yeow Meng Chee (ymchee(AT)ntu.edu.sg), Jul 01 2010
EXTENSIONS
a(9), modified name and comment from Sheridan Houghten, Oct 18 2013
Offset corrected by Pontus von Brömssen, Dec 05 2018
STATUS
approved