I need to prove the following: $$\sum_{k=0}^n {n \choose k}\cdot\frac{(-1)^k}{k+1} = \frac{1}{n+1}$$
Started from the left, I got this far: $$\frac{1}{n+1}+\sum_{k=1}^n {n+1 \choose k+1}\cdot(-1)^k$$
Am I right so far? Any ideas how to move on? thanks.
Edit: I guess my last move had a mistake, then perhaps this is ok? $$\frac{1}{n+1}\cdot\sum_{k=0}^n {n+1 \choose k+1}\cdot(-1)^k$$
How do you suggest I move on?