The triangular numbers are $1, 3=2+1, 6=3+2+1$ and the $n$-th triangular number is $$\binom{n+1}{2}=\frac{n(n+1)}{2}=n+(n-1)+\ldots+2+1.$$ There is a neat explation that the n-te triangular number is $\binom{n+1}{2}$: Consider $n+1$ people. Then there are $\binom{n+1}{2}$ pairs. But you could also count the pairs differently (see here): You can match the first person with $n$ different persons, the second person can be paired with $n-1$ different persons, the third with $n-2$, $\ldots$. Hence $\binom{n+1}{2}=n+(n-1)+(n-2)+\ldots$.
Now the tetrahedral numbers $1, 4=1+3, 10=1+3+6,\ldots$ can be written as $\binom{n+2}{3}$. Is there also an combinatorical explaination as for triangular numbers? I just found this explanation but I can't see clearly why $\binom{n+2}{3}$ should be the same as $1+3+6+\ldots+\frac{n(n+1)}{2}$.