I'm trying to evaluate this sum: $$\sum_{k=0}^n {n \choose k}{{2n+1}\choose k}$$
I thought I could work with generating functions of the two binomials. I know $$\sum_{k=0}^n\binom{n}k{}x^k=(1+x)^n$$ is the generating function for ${n \choose k}$ but I don't know how to find the one for $\binom{2n+1}{k}$ or if this would even be the correct way to evaluate this sum? Maybe there is an easier way?
It’s
$$\sum_k\binom{n}k\binom{2n+1}k=\sum_k\binom{n}{n-k}\binom{2n+1}k=\binom{3n+1}n$$
by Vandermonde’s identity.