Show that exists an $(n,k)=(155,135)$ binary code that corrects burst errors of length $6$.
P.S. A Code with length $n$ fixes burst error (pattern) of length $s$ if the error set of this code consists of sets of length $n$ whose non-zero components are located in $s$ consecutive bits, that is, in each such set, the locations of the first and last non-zero components differ by no more than $s - 1$.
Basically if you want to correct a burst of length $s,$ your code must have the property that no two codewords differ by the sum of two (non overlapping) bursts of length $s.$
This leads to the Rieger bound, that $n-k\geq 2s$. So your parameters satisfy this. However, you probably need to look up Fire codes which would actually achieve a so called burst error correction efficiency ratio given by $$ \frac{2s}{n-k} \geq 2/3. $$ Good luck.