I have been quite stuck on this problem and with the help of others, I may have solved it. This is what I have to prove. $$\binom{N}{n+1}=\sum^{N-1}_{k=n} \binom{k}{n}.$$
So far I have this
$${N \choose {n+1}}={{N-1}\choose{n+1}}+{{N-1}\choose n}.$$ by Pascals triangle. If I repeat this idea, I believe I end up with:
$$={{N-x}\choose{n+1}}+{{N-x}\choose{n}}...+{{{N-1}\choose n}}$$For some $x$ such that $x=n+1$. But lets go one further.
$$={{N-x-1}\choose{n+1}}+{{N-x-1}\choose{n}}...+{{{N-1}\choose n}}.$$
But this reduces to $${{n}\choose{n+1}}+{{n}\choose{n}}...+{{{N-1}\choose n}}.$$ However $${{n}\choose{n+1}}=0$$. Therefore we are just left with: $\sum^{N-1}_{k=n} \binom{k}{n}.$ as desired.