I'm not sure how to handle this problem. I got that the radius of convergence was 1/6, but I don't know how to represent the function as a power series.
I can modify it to look like the following:
x * 1/(1-(-6x))^2
I thought this would be the power series but apparently not.


Comment:
In (1) we apply the binomial series representation with $\alpha=-2$ \begin{align*} (1+x)^\alpha=\sum_{n=0}^\infty\binom{\alpha}{n}x^n\qquad\qquad |x|<1 \end{align*}
In (2) we use the binomial identity \begin{align*} \binom{-n}{k}=\binom{n+k-1}{n-1}(-1)^k \end{align*}
In (3) we shift the index by one to obtain powers $x^n$ again