I'm studying probability and statistics and had a question regarding notation.
I noticed that combinations and the binomial coefficient are essentially the same thing, that is:
$$\binom{n}{k}\ =\ _nC_k\ =\ \frac{n!}{(n-k)!k!}$$
But I was wondering, is there a particular difference between the two that people should be aware of? For example, are there certain use cases where one is preferred over the other?
Thank you.
All three expressions mean when dealing with combinations the same. But there are some aspects which should be considered.
We often find the binomial coefficients $\binom{n}{k}$ resp. $_nC_k$ defined by factorials. \begin{align*} \binom{n}{k}:=\frac{n!}{k!(n-k)!}\qquad\qquad\text{resp.}\qquad\qquad _nC_k:=\frac{n!}{k!(n-k)!} \end{align*} From this point of view the factorials $n!$ can be seen as basic building blocks for the shorthand notations $\binom{n}{k}$ and $_nC_k$. Since using factorials is more fundamental than the other two representations I will consider in the following only $\binom{n}{k}$ and $_nC_k$.
Note the different variations $C_r, {^{n}C}_r, C^n_r$ of $_nC_r$-like notations.
The enhanced readability of the notation $\binom{n}{k}$ becomes rather obvious in more complex expressions. Compare for instance formula (5.32) in Concrete Mathematics by R. L. Graham, D. E. Knuth and O. Patashnik which is stated for integers $l,m,n$; $n\geq 0$ as \begin{align*} \sum_{j,k}(-1)^{j+k}\binom{j+k}{k+l}\binom{r}{j}\binom{n}{k}\binom{s+n-j-k}{m-j}=(-1)^l\binom{n+r}{n+l}\binom{s-r}{m-n-l} \end{align*} with the representation \begin{align*} \sum_{j,k}(-1)^{j+k}\,_{j+k}C_{k+l}\,_rC_j\,_nC_k\,_{s+n-j-k}C_{m-j}=(-1)^l\,_{n+r}C_{n+l}\,_{s-r}C_{m-n-l} \end{align*}