I need to prove that the coefficients $c_{n}$ of the expansion $\frac{1}{1-z-z^{2}}\sum_{n=0}^{\infty}c_{n}z^{n}$ satisfy the recurrence relation $c_{0}=c_{1}=1$, $c_{n}=c_{n-1}+c_{n-2}$, by multiplying $(1-z-z^{2})\sum_{n=0}^{\infty}c_{n}z^{n}$.
I'll admit that the coefficients look rather Fibonacci-like, but I'm not very experienced with recurrence relations, and I'm not entirely sure what this problem is asking me to do.
Am I supposed to just multiply the series $\sum_{n=0}^{\infty}c_{n}z^{n}$ through by $1$, $-z$, and $-z^{2}$, respectively, add them up, and set them equal to $\sum_{n=0}^{\infty}c_{n}z^{n}$?
Then after that, what? It looks like I'm going to have to solve a rather daunting system of equations...
Is there a better way to do this, or is this it? If this is not how I'm supposed to approach this problem, how should I instead do so? Hints, suggestions, even full-answers welcome. I'm incredibly confused.
Note upon multiplying $1-z-z^2$ with the series $\sum_{n=0}^\infty c_nz^n$ and setting the result equal to $1$ we obtain
$$\begin{align} 1&=\sum_{n=0}^\infty c_n(z^n+z^{n+1}-z^{n+2})\\\\ &=\sum_{n=0}^\infty c_nz^n-\sum_{n=0}^\infty c_nz^{n+1}-\sum_{n=0}^\infty c_nz^{n+2}\\\\ &=\sum_{n=0}^\infty c_nz^n-\sum_{n=1}^\infty c_{n-1}z^n-\sum_{n=2}^\infty c_{n-2}z^n\\\\ &=c_0+(c_1-c_0)z+\sum_{n=2}^\infty(c_n-c_{n-1}-c_{n-2})z^n \end{align}$$
Therefore, we find $c_0=1$, $c_1=c_0$, and $c_n=c_{n-1}+c_{n-2}$ for $n\ge 2$ as was to be shown!