Common vernacular for combinations
Common vernacular for combinations
Common vernacular for fibonacci
Compute the number of combinations of objects types of items when considered taken at a time, where order is ignored
Computes the double factorial of n: n * (n - 2) * (n - 4) * ... * 1
Returns the factorial of n
Computes the nth fibonacci number
Computes the hyperfactorial of n: 1^1 * 2^2 * 3^3 * ... n^n
Computes the nth Lucas number
Compute the number of permutations of objects types of items when considered taken at a time, where order is considered
Combinatorics