Question: How to get Maple to sum the power series of ln(1+x)?

Why doesn't this do the symbolic summation? Is there a way to get Maple to do it?

sum((-1)^n / n * x^n, n=1..infinity);

Please Wait...