Here is a question I encountered the other day:
Determine the coefficient of $x^{98}$ in the following generating function:
$$f(x)=\frac{x}{(1-2x)^{21}}$$
I'm thrown off a bit by the large exponent in the denominator and the fact that we see a $1-2x$ instead of $1-x$. Let me just start by asking, does the above function equal $$x \sum_{n \geq0}{n \choose 20}(2x)^{n-20}$$ ? If so, I think I can work out the rest. If not, I'm rather lost. Thanks.
Maybe you should write the following way : $$\frac{x}{(1-2x)^{21}}=x(\sum_{n\geq 0}2^nx^n)^{21})$$
$$\frac{x}{(1-2x)^{21}}=x\sum_{n_1\geq0}2^{n_1}x^{n_1}\times\cdots \sum_{n_{21}\geq0}2^{n_{21}}x^{n_{21}}$$
$$\frac{x}{(1-2x)^{21}}=x\sum_{n_1,\dots,n_{21}\geq0}2^{n_1+\cdots+n_{21}}x^{n_1+\cdots+n_{21}} $$
$$\frac{x}{(1-2x)^{21}}=x\sum_{n\geq 0}\sum_{n_1,\dots,n_{21}\geq0\text{ and } n_1+\cdots+n_{21}=n}2^{n}x^{n} $$
Now you will be able to find the associated generating function whence the coefficient.