COMBIN(n,k)
n: non-negative integer
k: non-negative integer
COMBIN returns the binomial coefficient "n choose k", the number of k-combinations of an n-element set without repetition.
If n is less than k COMBIN returns #NUM!
This function is Excel compatible.
This function is OpenFormula compatible.