multinomial
multinomial(A)
Multinomial Coefficients compute the number of ways of picking a1, a2, ..., ai unordered outcomes from `n` possibilities. multinomial takes one array of integers as an argument. The following condition must be enforced: every ai > 0.
Try it yourself:
$1 | multinomial([1, 2, 1])
|
See also:
All functions