I came across the following sum to simplify and completely stuck:
$$\sum_{k = 0}^n \frac{{n\choose k}^2}{k+1}$$
I know Vandermonde equation, differentiation and integration methods for binomial coefficients; however, I still don't see a way to solution.
Absorb the $k+1$ and apply Vandermonde: \begin{align} \sum_{k=0}^n \frac{\binom{n}{k}^2}{k+1} &=\frac{1}{n+1}\sum_{k=0}^n \frac{n+1}{k+1}\binom{n}{k}^2\\ &=\frac{1}{n+1}\sum_{k=0}^n \binom{n+1}{k+1}\binom{n}{k}\\ &=\frac{1}{n+1}\sum_{k=0}^n \binom{n+1}{n-k}\binom{n}{k}\\ &=\frac{1}{n+1}\binom{2n+1}{n} \end{align}