So I need to show the coefficients of the power series centered about $z=0$ of $\frac{1}{1-z-z^2}$ are $1,1,2,3,5,8,13,21,\dots$
Here's what I have thus far but I am unable to show all coefficients are equal to the coefficients of the series.
Let $F(z):= \sum_{n=0}^\infty a_nz^n$
Then
\begin{align} \sum_{n=0}^\infty a_nz^n &= a_0 + a_1z + z^2 \sum_{n=0}^\infty (a_{n+2})z^n \\ &= 1+z+ z^2 \sum_{n=0}^\infty (a_{n+1}+a_n)z^n\\ &= 1+ z+ z \sum_{n=0}^\infty a_nz^n - 1 + z^2(\sum_{n=0}^\infty a_nz^n)\\ &= 1+ z(\sum_{n=0}^\infty a_nz^n)+z^2(\sum_{n=0}^\infty a_nz^n) \end{align}
Then setting $F(z)= \sum_{n=0}^\infty a_nz^n$, bringing everything to the other side and dividing we obtain $$F(z) = \frac{1}{1-z-z^2}$$
But I am stuck here. I saw another version of this asked but it uses the Cauchy Integral formula which we have not yet covered in the course. The hint was to write $\sum_{n=0}^\infty a_nz^n$ and use the recursive formula to rewrite the power series.