So first I wrote it out in the terms, and I got
$\displaystyle \sum_{k=2}^\infty \frac{x^k}{k(k-1)} = \frac{x^2}{2}+\frac{x^3}{6}+\frac{x^4}{12}+\frac{x^5}{20}+...$
I know the power series for $\displaystyle ln(1+x) = x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}$ which is similar to the derivative of the power series from above, as
$\displaystyle \frac{d}{dx}(\frac{x^2}{2}+\frac{x^3}{6}+\frac{x^4}{12}+\frac{x^5}{20}+...)=x+\frac{x^2}{2}+\frac{x^3}{3}+\frac{x^4}{4}+...$
My question is, where do I go from here? How would I make it so the series is similar ln(1+x)? Or am I even going down the right route when it comes to solving this problem? Any help would be appreciated.
You're very close. Since $$\log (1 + x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \cdots,$$ we have $$- \log (1-x) = x + \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \cdots.$$ Then integration term by term gives $$- \int \log(1-x) \, dx = \frac{x^2}{2} + \frac{x^3}{6} + \frac{x^4}{12} + \frac{x^5}{20} + \cdots.$$ So all you need to do is figure out how to perform the integration. Do be careful, since the RHS should be zero when $x = 0$, so an antiderivative on the LHS should also be zero when $x = 0$.