Queston: Counting Strings:
a. Make a list of all bit strings of lengths zero, one, two, three, and four that do not contain the bit pattern 111
b. For each integer n ≥ 0, let dn = the number of bit strings of length n that do not contain the bit pattern 111. Find d0, d1, d2, d3, and d4.
c. Find a recurrence relation for d0, d1, d2,... .
d. Use the results of parts (b) and (c) to find the number of bit strings of length five that do not contain the pattern 111.