Combinatorics Calculator
31187520038020403225989603819816About the Combinatorics Calculator
Quickly evaluate factorials, permutations, combinations (with/without repetition), multiset permutations, and binomial probabilities. Exact integer results use BigInt within safe thresholds; beyond those, Stirling and logarithmic approximations provide digits and magnitudes without freezing your browser.
Formulas
- n! = 1ยท2ยทโฆยทn
- nPk = nยท(nโ1)ยทโฆยท(nโk+1)
- nCk = n! / (k!(nโk)!)
- With repetition: permutations = nk; combinations = C(n+kโ1, k)
- Multiset: n! / (a! b! โฆ)
- Binomial: P(X=k) = C(n,k) pk(1โp)nโk
For very large inputs, the tool reports digit counts and log10 values rather than full integers.