Let’s write out and see what happens. We start off with a bitstring that does not contain 110
$ 0, S_{n1} $
$ 0, 1, S_{n-2} $
In the above, all possible combos start with 0. There is also the possibility of having all 1’s: 1
Adding it up, $ S_n = S_{n-1} + S_{n-2} + 1 $