Let Un be the number of words with length $n$ in the alphabet ${0,1}$ that have the property of not having consecutive zeros. Prove that:
$$U_1 = 2, U_2= 3, U_n = U_{n-1} + U_{n-2}.$$
I am stuck with this proof ... I know that this is related somehow to the fibonacci sequence and that the theorem might be proved by using strong mathematical induction. Any help is appreciated.