Let ${a_n}$ be a sequence whose corresponding power series $A(x)=\sum_{i\geq 0}a_ix^i$ satisfies
$$A(x)=\frac{6-x+5x^2}{1-3x^2-2x^3}$$
The denominator can be factored into $(1-2x)(1+x)^2$. Using results from partial fractions, it can be shown that there exists constants $C_1,C_2,C_3$ such that
$$A(x)=\frac{C_1}{1-2x}+\frac{C_2}{1+x}+\frac{C_3}{(1+x)^2}$$
Determine these constants and find $a_5$ using this new expression.
What exactly are "results from partial fractions" and how should I use them?
Hints:
Solve the resulting polynomial equation
$$A(x)=\frac{6-x+5x^2}{(1-2x)(1+x)^2}=\frac{C_1}{1-2x}+\frac{C_2}{1+x}+\frac{C_3}{(1+x)^2}\implies$$
$$5x^2-x+6=C_1(1+x)^2+C_2(1-2x)(1+x)+C_3(1-2x)$$
For example, if you substitute $\,x=-1\,$ in both sides , you get
$$12=3C_3\implies C_3=4$$
Now $\,x=\frac12\,$ :
$$\frac{27}4=\frac94C_1\implies C_1=3\;,\ldots\text{etc.}$$