OFFSET
1,2
COMMENTS
Minimal binary code C of length n such that every vector of length n can be obtained from a codeword by changing at most R 1's to 0's.
LINKS
D. Applegate, E. M. Rains and N. J. A. Sloane, On asymmetric coverings and covering numbers, J. Comb. Des. 11 (2003), 218-228.
J. N. Cooper, R. B. Ellis and A. B. Kahng, Asymmetric binary covering codes, J. Comb. Theory Ser. A, Vol. 100, no. 2 (2002), 232-249.
R. B. Ellis, Asymmetric Covering Codes. [Dead link]
EXAMPLE
n=5, R=2: C={11111,01111,10011,11100,00011}.
Triangle begins:
1;
2, 1;
3, 2, 1;
6, 3, 2, 1;
10, 5, 3, 2, 1;
18, 8, 4, 3, 2, 1;
31 ...
CROSSREFS
KEYWORD
AUTHOR
Joshua N. Cooper (jcooper(AT)math.ucsd.edu), May 17 2002
STATUS
approved