← Mathématiques et statistiques

Permutations et combinaisons avec répétition (n^r, nHr)

Choisissez n^r (ordre pris en compte) ou nHr (ordre ignoré) et obtenez le résultat avec étapes.

Tous les calculs se font localement dans votre navigateur. Utilisez « Copier l'URL partageable » pour partager les mêmes entrées.

Autres langues ja | en | zh-CN | es | pt-BR | id | fr | hi-IN | ar

Comment l'utiliser (3 étapes)

  1. Select a mode: n^r for ordered sequences, or nHr for unordered selections (both allow repeats).
  2. Enter n (types) and r (length / picks). Default values show a common PIN example.
  3. Switch to Approx when Exact is too large to display. Copy the URL to share exactly what you see.
Mode

n^r

Precision

Result

Value:
Digits:
Scientific notation:

Digits and scientific notation help you understand scale even when the exact integer is too large to display.

History

    Growth chart (n fixed, r increases)

    Shows how fast counts grow as r increases with n fixed. Blue: n^r. Green: nHr (multichoose).

    Permutation (n^r) Combination (nHr)

    FAQ

    Quelle est la différence entre permutations et combinaisons avec répétition ?

    Permutations with repetition count ordered sequences (AB ≠ BA). Combinations with repetition count unordered selections (AB = BA), allowing repeats.

    Comment calcule-t-on nHr ?

    nHr can be rewritten as a binomial coefficient: nHr = C(n+r-1, r) = C(n+r-1, n-1).

    r peut-il être supérieur à n ?

    Yes. With repetition allowed, you can pick the same type multiple times, so r > n is valid.

    Quand faut-il utiliser Exact ou Approx ?

    Use Exact for manageable sizes when you need the full integer. Use Approx when the integer is huge; you still see the digit count and scientific notation.

    Comment ce calculateur traite-t-il 0^0 ?

    This tool defines n^0 = 1 and treats 0^0 as 1, since the empty sequence is counted as one outcome.

    Calculatrices associées