Show that$$ln(1+\frac{1}{n})^n=1-\frac{1}{2(n+1)}-\frac{1}{2.3(n+1)^2}-\frac{1}{3.4(n+1)^3}-....$$ using logarithmic series.
I try to bring the RHS in the format of logarithmic series but I can't able to do it.
So I try to use binomial theorem on LHS then expand it but I am again fail.
Please someone give hint to solve it .thanks for your help in advance.
$$\dfrac1{r(r+1)(n+1)^r}=\dfrac{r+1-r}{r(r+1)(n+1)^r}$$ $$=\dfrac{1/(n+1)^r}r-(n+1)\cdot\dfrac{1/(n+1)^{r+1}}{r+1}$$
$$\implies\sum_{r=1}^\infty\dfrac1{r(r+1)(n+1)^r}=\sum_{r=1}^\infty\dfrac{1/(n+1)^r}r-(n+1)\sum_{r=1}^\infty\dfrac{1/(n+1)^{r+1}}{r+1}$$
$$=-\ln\left(1-\dfrac1{n+1}\right)-(n+1)\left\{-\ln\left(1-\dfrac1{n+1}\right)+\dfrac1{n+1}\right\}$$
$$=?$$
as $\ln(1-y)=-\sum_{r=1}^\infty\dfrac{y^r}r$