When attempting to find an easy answer to this question
What is the coefficient of $x^{11}$ in the power series expansion of $\dfrac 1{1-x-x^4}$?
I'd think of $\frac{1}{1-x-x^4}$ as of a generating function. I did some series expansion on WA and 'googled' the sequence on oeis. It's http://oeis.org/A003269 .
$$a(n) = a(n-1) + a(n-4)\text{ with }a(0) = 0, a(1) = a(2) = a(3) = 1.$$
So the question is: why does this happen? I.e. I need some explanation why is $\dfrac{1}{1-s-s^4}$ the generating function for the sequence above.
More generally, consider a generating function $$ f(x) = \frac{P(x)}{Q(x)}$$ where $P(x)$ and $Q(x)$ are polynomials. Write $Q(x) = q_0 + q_1 x + \ldots + q_d x^d$. Thus $P(x) = f(x) Q(x)$. If $f(x) = a_0 + a_1 x + \ldots$, then the coefficient of $x^n$ in $f(x) Q(x)$ is $a_{n-d} q_d + \ldots +a_{n} q_0$, so if $n$ is greater than the degree of $P(x)$, this must be $0$.