Skip to content

Binomial Coefficient

Defines Binomial Coefficient, binomial coefficient

The binomial coefficient (nk)\binom{n}{k} (read “nn choose kk”) counts the number of combinations of kk elements from a set of nn. It is defined as (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} for 0kn0 \leq k \leq n.

Binomial coefficients satisfy the recurrence (nk)=(n1k1)+(n1k)\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}, which generates Pascal’s triangle. They appear as coefficients in the binomial theorem: (x+y)n=k=0n(nk)xkynk(x + y)^n = \sum_{k=0}^{n} \binom{n}{k} x^k y^{n-k}.

The symmetry (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k} reflects the fact that choosing kk elements to include is the same as choosing nkn - k elements to exclude.

Relations

Date created

Cite

@misc{emsenn2026-binomial-coefficient,
  author    = {emsenn},
  title     = {Binomial Coefficient},
  year      = {2026},
  url       = {https://emsenn.net/library/math/domains/number-theory/terms/binomial-coefficient/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}