$\sum_{r=0}^n \frac{(-1)^{r-1}\binom{n}{r}(1-x)^r}{r}$
I tried it using $\binom{n}{r}$ = $\binom{n-1}{r}$+$\binom{n-1}{r-1}$ but I am not getting the desired result.
given answer is $\frac{1-x}{1}$+$\frac{1-x^2}{2}$ $\frac{1-x^3}{3}$+......+$\frac{1-x^n}{n}$