A team is to play $n$ games in a row. In how many ways could they play this series of games without losing two games in a row.
There are $2^n$ total games to be played. The number of games without consecutive losses would be $2^N$ - (Number of games with at least one consecutive loss).
I'm having a hard time counting the number of games with at least one consecutive loss. In particular, I can't think of a way to count the number of games with $m$ consecutive losses.
Could someone provide some guidance?