It's well-known and easy to show that
$\binom{k}{n} = \frac{k}{n}\binom{k-1}{n-1}$.
Also, I've come across the formula
$\binom{k}{n}=A\binom{k-1}{n-1}+B\binom{k-2}{n-2}$,
where $A$ and $B$ are coefficients that depend on $n$ and $k$ (and are easily determined). I wonder if anyone knows whether there exists a general (simple) formula that links a binomial coefficient to its diagonal "predecessors" in the form
$\binom{k}{n}=\sum_{i=1}^M A_i\binom{k-i}{n-i}$,
for arbitrary $M$.
(Of course, such a representation will always exist, but does there exist a simple formula where the coefficients $A_i$ can explicitly be determined?)