binomiluku
Binomiluku, or the binomial coefficient, is denoted as binom(n, k) or C(n, k). It counts the number of k-element subsets of an n-element set and thus plays a central role in combinatorics, probability, and algebra.
For nonnegative integers n and k with 0 ≤ k ≤ n, binom(n, k) = n! / (k! (n − k)!).
An alternative computation is binom(n, k) = n(n − 1) ... (n − k + 1) / k! for integers n ≥ 0
Generalization: for any real or complex n and nonnegative integer k, binom(n, k) can be defined by
Binomiluku features prominently in Pascal’s triangle, generating functions, and a wide range of counting problems, including