I was playing around with binomial coefficients and binomial expansions and I came across an interesting identity:
$$ \sum_{k=0}^n\frac{1}{k+1}{n \choose k}x^k=\frac{(x+1)^{n+1}-1}{(n+1)x}$$
I have verified this for a few different values of n and wolfram alpha seems to agree (see here) but I'm not quite sure how to go about proving it.