$$\text{$\bf{PLEASE~~~CHECK~~~AUTHOR'S~~~ANSWER}$}$$
If $S_n$ denotes the number of $n$-bit strings that do not contain the pattern $00$, then what is the underlying recurrence relation and initial conditions for the sequence $\{S_n\}$?
What I'm writing down now:

Is this $f_{n+2}$? Here $f_n$ denotes the $n^{\text{th}}$ Fibonacci number.
HINT: Suppose that $\sigma$ is an $n$-bit string that does not contain $00$. To get an $(n+1)$-bit string not containing $00$ you can certainly append a $1$, so there are $S_n$ acceptable $(n+1)$-bit strings that end in $1$. You can append a $0$ if and only if $\sigma$ ends in $1$. Use the previous sentence to determine how many acceptable $n$-bit strings end in $1$, and add that to $S_n$ to get your recurrence for $S_{n+1}$. I’ll leave the initial conditions for you: once you have the recurrence, you’ll know how many you need, and it’s completely straightforward to count short bit strings not containing $00$. (You do need to remember that the empty bit string does not contain $00$!)