I understand the relationship between Pascal's triangle and binomial expansion for nonnegative integer powers by using combination e.g the binomial coefficient for $x^3$ in $(a + x)^8$ is equivalent to how many ways there are to choose 3 $x$'s from 8 possibilities.
I thought this idea would fail with regards to negative binomial expansion but I find out we can have cases where $r<0$ in $nCr$.
Can someone intuitively explain this? I kind of understand binomial expansion using Maclaurin series but I can't wrap my head around what negative combination is intuitively and why it works for negative binomial expansion.
Basically I don't understand the reason behind the combination formula still working for negative numbers.
The binomial identity \begin{align*} \color{blue}{\binom{n+1}{k+1}=\binom{n}{k+1}+\binom{n}{k}}\tag{1} \end{align*} is not only valid for natural numbers $n$ but also for $n\in\mathbb{Z}$ and $k\geq 0$ a natural number. We can use this relationship to extend the Pascal triangle to negative numbers $n$ shown in the table below. The numbers of the Pascal triangle for $n,k\geq 0$ follow by setting $\binom{n}{0}=1, \binom{0}{k}=\delta_{k,0}$. The entries with negative $n$ follow by extending the rule $\binom{n}{0}=1$ for $n\in\mathbb{Z}$. \begin{align*} \begin{array}{r|rrrrrrrrl} k&0&1&2&3&4&5&6&&\\ \hline n&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&&\\ -4&1&\color{blue}{-4}&\color{blue}{10}&-20&35&-56&84&&(1+x)^{-4}\\ -3&1&-3&\color{blue}{6}&-10&15&-21&28&&(1+x)^{-3}\\ -2&1&-2&3&-4&5&-6&7&&(1+x)^{-2}\\ -1&1&-1&1&-1&1&-1&1&&(1+x)^{-1}\\ 0&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^0\\ 1&1&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^1\\ 2&1&2&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^2\\ 3&1&\color{blue}{3}&\color{blue}{3}&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^3\\ 4&1&4&\color{blue}{6}&4&1&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^4\\ \end{array} \end{align*}
When looking for instance at the last line of the table above we see the number $6$ is according to (1) the sum of the entry $3$ above $6$ with its left neighbor $3$. \begin{align*} 6=3+3\qquad\qquad \binom{4}{2}=\binom{3}{1}+\binom{3}{2} \end{align*} The algebraic connection is given by \begin{align*} \color{blue}{(1+x)^4=(1+x)(1+x)^3} \end{align*} or more detailed with $[x^k]$ denoting the coefficient of $x^k$: \begin{align*} \binom{4}{2}&=[x^2](1+x)^4\\ &=[x^2](1+x)(1+x)^3\\ &=\left([x^2]+[x^1]\right)(1+x)^3\\ &=\binom{3}{2}+\binom{3}{1}\tag{2} \end{align*} The algebraic connection holds also for negative $n$, for instance: \begin{align*} \color{blue}{(1+x)^{-3}=(1+x)(1+x)^{-4}} \end{align*} and we obtain similarly to (2): \begin{align*} 6=10+\left(-4\right)\qquad\qquad \binom{-3}{2}=\binom{-4}{2}+\binom{-4}{1} \end{align*} or more detailed with $[x^k]$ denoting the coefficient of $x^k$: \begin{align*} \binom{-3}{2}&=[x^2](1+x)^{-3}\\ &=[x^2](1+x)(1+x)^{-4}\\ &=\left([x^2]+[x^1]\right)(1+x)^{-4}\\ &=\binom{-4}{2}+\binom{-4}{1}\tag{2} \end{align*}
We can also see in the table the binomial identity \begin{align*} \binom{-n}{k}=\binom{n+k-1}{k}(-1)^k \end{align*} is given as rotation of a somewhat modified Pascal triangle. \begin{align*} \begin{array}{r|rrrrrrrrl} k&0&1&2&3&4&5&6&&\\ \hline n&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&\color{white}{-0}&&\\ -4&\color{blue}{1}&-4&10&-20&35&-56&84&&(1+x)^{-4}\\ -3&\color{blue}{1}&\color{blue}{-3}&6&-10&15&-21&28&&(1+x)^{-3}\\ -2&\color{blue}{1}&\color{blue}{-2}&\color{blue}{3}&-4&5&-6&7&&(1+x)^{-2}\\ -1&\color{blue}{1}&\color{blue}{-1}&\color{blue}{1}&\color{blue}{-1}&1&-1&1&&(1+x)^{-1}\\ 0&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^0\\ 1&1&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^1\\ 2&1&2&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^2\\ 3&1&3&3&1&\color{lightgrey}{0}&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^3\\ 4&1&4&6&4&1&\color{lightgrey}{0}&\color{lightgrey}{0}&&(1+x)^4\\ \end{array} \end{align*}