I was playing around with the concept of subtraction of binomial expresions such as $\binom{n+k}{2}-\binom{n}{2}$, $\binom{n+k}{3}-\binom{n}{3}$, etc...
I was wondering if there was a known general formula for the expression $\binom{n+k}{m}-\binom{n}{m}$, with $n>k>m$. Ideally, I'm looking for general formulas which only make use of binomial coefficients.
I've figured out the first couple of terms, but I can't seem to find the general formula:
$\binom{n+k}{2}-\binom{n}{2}=\binom{k}{2}+\binom{k}{1}\binom{n}{1}$
$\binom{n+k}{3}-\binom{n}{3}=\binom{k}{3}+\binom{k}{2}\binom{n}{1}+\binom{k}{1}\binom{n}{2}$
$\binom{n+k}{4}-\binom{n}{4}=\binom{k}{4}+\binom{k}{3}\binom{n}{1}+\binom{k}{1}\binom{n}{3}+\binom{k}{2}\binom{n}{2}-\frac{11}{24}\binom{k}{1}\binom{n}{1}$*
*I am not completely sure that the math behind this one is totally correct. It does seem to break an otherwise natural trend.
Thanks in advance for your help!