I am trying to derive combinatorial proof of the following:
$$\sum_{k=0}^n {n+k \choose n}{2n-k-1 \choose n-1} = {3n \choose n}$$
I attempted the construction of argument of type "split the $3n$ elements into $n$ sections of $3$ elements each", and count how many ways it can be made, but I do not reach the desired statement. So I am not sure it is the right approach. I also fail to reach the conclusion using a grid path approach. Any help is appreciated!
HINT : consider discrete grid and then $\binom{n}{k}$ is number of ways to reach point $(n-k,k)$ if we start with point $(0,0)$. What can you say about $\binom{3n}{n}$ ? How can you reach point $(2n,n)$?