The function C(i, n) is the choice operator; it returns the number of unique i-element subsets that can drawn from an n-element set. The choice operator is defined as
C(i, n) is also known as the binomial coefficient because it's the coefficient of the ith term of the polynomial (x + y)n.
This page last modified on 2 March 2005.