Permutations with Repetition Calculator — Ordered Selection with Replacement
Our Permutations with Repetition Calculator computes nʳ — the number of ordered sequences of length r you can build from n available choices when repetition is allowed, like PIN codes, license plates, or DNA sequences. This is distinct from the site's Permutation Calculator, which computes nPr for ordered selections without repetition (each item usable only once). Enter n and r to get the exact count instantly, with BigInt precision for large results.
Quick Answer
Permutations with repetition count ordered sequences where items can repeat: nʳ, where n is the number of choices and r is the sequence length. Enter n and r below for the exact count — this is different from ordinary permutations (nPr), which don't allow repeats.
How to Use the Permutations with Repetition Calculator — nʳ Online
- 1
Enter the number of available choices (n).
- 2
Enter the length of the sequence you're selecting (r).
- 3
Click 'Calculate' to get the exact number of possible ordered sequences with repetition allowed.
- 4
Review the step-by-step formula showing how nʳ was computed.
Why Use Permutations with Repetition Calculator — nʳ Online?
Permutations with repetition answer a subtly different question than ordinary permutations: instead of 'how many ways can I arrange r items chosen once each from n options,' it asks 'how many ordered sequences of length r can I build if I'm allowed to reuse any option as many times as I like' — the exact scenario behind 4-digit PIN codes (10⁴ = 10,000 combinations) or 3-letter license plate prefixes. The formula nʳ is simple, but it's easy to accidentally apply the no-repetition formula (nPr) instead, which gives a very different, smaller answer. This calculator makes the distinction explicit and computes the exact result.
Frequently Asked Questions
Related Tools
Permutation Calculator — Calculate P(n,r) Online
Calculate permutations P(n,r) — the number of ways to arrange r items from n total items where order matters. Free calculator with step-by-step solutions and formula breakdowns.
Combination Calculator — Calculate C(n,r) Online
Calculate combinations C(n,r) — the number of ways to choose r items from n total items where order doesn't matter. Free calculator with step-by-step solutions and Pascal's Triangle visualization.
Factorial Calculator — Calculate n! Online
Calculate the factorial of any non-negative integer (n!) instantly. Free factorial calculator with step-by-step expansion, scientific notation, and digit-count analysis for values up to 1,000,000.