I am trying to find the power series for the sum $(1+x^3)^{-4}$ but I am not sure how to find it. Here is some work:
$$(1+x^3)^{-4} = \frac{1}{(1+x^3)^{4}} = \left(\frac{1}{1+x^3}\right)^4 = \left(\left(\frac{1}{1+x}\right)\left(\frac{1}{x^2-x+1}\right)\right)^4$$
I can now use
$$\frac{1}{(1-ax)^{k+1}} = \left(\begin{array}{c} k \\ 0 \end{array}\right)+\left(\begin{array}{c} k+1 \\ 1 \end{array}\right)ax+\left(\begin{array}{c} k+2 \\ 2 \end{array}\right)a^2x^2+\dots$$
on the $\frac{1}{1+x}$ part but I am not sure how to cope with the rest of formula.
\begin{gather}(1+x^3)^{-4}=(1+t)^\alpha=1+\alpha t+\frac{\alpha(\alpha-1)}{2!}t^2+\dots=\\ =1+\frac{(-4)}{1!}x^3+\frac{(-4)(-4-1)}{2!}x^6+\dots =\sum_{k=0}^\infty(-1)^{k}\frac{(3+k)!}{3!k!}x^{3k}\end{gather}