Minor variation of hockey stick identity.
First, see the diagram near the start of the cited article.
For your conjecture, the hockey stick is facing the other direction. The idea is that each number in Pascal's Triangle is the sum of the two numbers above it.
Easiest illustration, that will convince you that it true for any $n \in \Bbb{Z^+}$ is to consider $n = 4.$
Draw Pascal's Triangle through the 9th row.
To prove:
$$\binom{4}{0} + \binom{5}{1} + \binom{6}{2} + \binom{7}{3} + \binom{8}{4} = \binom{9}{4}.$$
Note that :
- $\binom{4}{0} + \binom{5}{1} = \binom{5}{0} + \binom{5}{1} = \binom{6}{1}.$
- $\binom{6}{1} + \binom{6}{2} = \binom{7}{2}.$
- $\binom{7}{2} + \binom{7}{3} = \binom{8}{3}.$
- $\binom{8}{3} + \binom{8}{4} = \binom{9}{4}.$
The same approach will work for any $n$. That is:
- $\binom{n}{0} + \binom{n+1}{1} = \binom{n+1}{0} + \binom{n+1}{1} = \binom{n+2}{1}.$
- $\binom{n+2}{1} + \binom{n+2}{2} = \binom{n+3}{2}.$
- $\cdots$
- $\binom{2n-1}{n-2} + \binom{2n-1}{n-1} = \binom{2n}{n-1}.$
- $\binom{2n}{n-1} + \binom{2n}{n} = \binom{2n+1}{n}.$