Would it be reasonable to define $\binom{n}{n+1} = 0$?
My thinking is that it should be possible, since there are no ways to select $n+1$ items from a group of $n$ objects.
Would it be reasonable to define $\binom{n}{n+1} = 0$?
My thinking is that it should be possible, since there are no ways to select $n+1$ items from a group of $n$ objects.
One of many equivalent definitions of Newton symbol is that $${n \choose k} = \frac{n\cdot(n-1)\cdot(n-2)\cdot\ldots\cdot(n-k+1)}{k!}.$$ Therefore $${n \choose n+1} = \frac{n\cdot(n-1)\cdot(n-2)\cdot\ldots\cdot1\cdot 0 }{(n+1)!} = 0.$$