$$\sum_{r=0}^n \left[\frac{r+1}{r+2} (^n C_r) (x^r)\right] $$
Can someone help me evaluate this summation? I could solve till a certain extent but was then stuck. Would really help! so i started by differentiating $x(x+1)^n$ and got the coefficient of $(r+1)$. then I integrated the function I got above to get the coefficient of $(r+2)$ in the denominator but it was going a bit lengthy and i even got an incorrect expression at the end. so just wanted to know if there's any fallacy in my method or there is another elegant method too.
The summation can also be written as: $(1+x)^n$ - $$\sum_{r=0}^n \frac {^nC_r}{r+2} $$ is there a way to evaluate the second summation?
Hint: $$\dfrac{r+1}{r+2}\binom nr=\dfrac{(r+1)^2}{(r+1)(r+2)}\binom nr$$
$$\begin{align}\dfrac{r+1}{r+2}\binom nr=\dfrac{(r+1)^2}{(r+1)(r+2)}\binom nr=\cdots=\dfrac{(r+1)^2}{(n+1)(n+2)}\binom{n+2}{r+2}\end{align}$$
Now $(r+1)^2=r^2+2r+1=(r+2)(r+1)-2(r+1)+1$
$$\begin{align}(r+1)^2\binom{n+2}{r+2}=\cdots=(n+2)(n+1)\binom nr-2(n+1)\binom{n+1}{r+1}+\binom{n+2}{r+2}\end{align}$$
Now use $$(a+b)^m=\sum_{r=0}^m\binom mra^{m-r}b^r$$ for $(1)$