If we start with a 1, then all other bits need to be 1 to not contain the substring 10.
The other possibilties are a set of 0’s followed by a set of 1’s.
If n=4, then the possibilities are:
0000
0001
0011
0111
These are 4 possibilities.
Thus, there are $ n+1 $ possibilities.