Finding $\displaystyle \sum^{n}_{k=0}\frac{1}{(k+1)(k+2)}\cdot 2^{k+2}\binom{n}{k}$
Try: $$\int^{x}_{0}(1+x)^n=\int^{x}_{0}\bigg[\binom{n}{0}+\binom{n}{1}x+\cdots\cdots +\binom{n}{n}x^n\bigg]dx$$
$$\frac{(1+x)^{n+1}-1}{n+1}=\binom{n}{0}x+\binom{n}{1}\frac{x^2}{2}+\cdots \cdots +\binom{n}{n}\frac{x^{n+1}}{n+1}$$
Could some help me to solve it , Thanks
Comment
In (1) we apply the binomial identity $\binom{p+1}{q+1}=\frac{p+1}{q+1}\binom{p}{q}$ twice.
In (2) we shift the index to start with $k=2$.
In (3) we apply the binomial theorem.