Let m be a positive integer.Find the values of $$\sum_{k=0}^n \frac{{n\choose k }}{k+1}$$. Leave your answer in terms of n where appropriate.
Remark. There is an alternative method for computing the sums described here: make use of integration.
I can only list out the terms $$\sum_{k=0}^n \frac{{n\choose k }}{k+1}=1+\frac{\binom{n}{1}}{2}+\frac{\binom{n}{2}}{3}+...+\frac{1}{m+1}$$ I can't think of how to simplify them and get the answer.
Also, the question said I can use integration to solve it, but I have no idea how to start.I would greatly appreciate it if someone could show how to solve this.