Nirmion
ช่วย ค้นหาเครื่องมือ

COMBINATORICS / SELF-INVERSE PERMUTATIONS

Permutation Involution Count Calculator

Count permutations of n labelled elements that equal their own inverse, using only fixed points and transpositions.

  • 01 Calculated in this tab
  • 02 Values stay in this browser tab
  • 03 Use boundary

Conversion input

Known value

Filter by unit name, symbol, or code. Your current selections remain available.

Preparing the calculator...

METHOD / WORKED EXAMPLE

Audit the Permutation Involution Count result step by step

Count permutations of n labelled elements that equal their own inverse, using only fixed points and transpositions. The result panel keeps the defining recurrence or counting identity visible so the output can be checked independently.

WORKED DEFAULT

Check the calculation with the default inputs

For n = 8, the fixed-or-paired recurrence returns a(8) = 764 self-inverse permutations.

  1. Choose newest roleFixed or paired
  2. Apply recurrencea(n-1)+(n-1)a(n-2)
  3. Read counta(8)=764

READ THE RESULT

Interpret the output in context

An involution may contain fixed points; it is not the same set as derangements or unrestricted permutations.

ASSUMPTIONS AND LIMITS

Know where the model stops

  • All elements are distinct and labelled.
  • Only one-cycles and two-cycles occur in a self-inverse permutation.

n is capped at 20 to keep factorial-like counting exact and browser work predictable.

COMMON QUESTIONS

Permutation Involution Count Calculator FAQs

What definition does Permutation Involution Count Calculator use?

Use a(0) = a(1) = 1 and split on whether the newest element is fixed or paired with one of n-1 others, giving a(n)=a(n-1)+(n-1)a(n-2). The recurrence accounts for both permitted cycle lengths without enumerating permutations. Inputs must be whole numbers inside the displayed domain; the page never rounds a decimal into an accepted index. This ties the answer to one explicit convention instead of silently mixing sequence offsets or combinatorial interpretations.

How can I verify the Permutation Involution Count output?

An involution may contain fixed points; it is not the same set as derangements or unrestricted permutations. Use the previous two values and multiply the pairing branch by n minus one. Recompute the displayed recurrence or closed form with the same inputs and compare its previous terms or counting factors. That check supports this bounded result, but it does not transfer the interpretation to a different sequence or counting object.

Why is the Permutation Involution Count input bounded?

n is capped at 20 to keep factorial-like counting exact and browser work predictable. Involution counts eventually grow quickly despite the compact recurrence. Combinatorial and recurrence values can grow rapidly even when the inputs look small. The conservative cap prevents browser stalls and avoids presenting an unsafe floating-point integer as exact; larger work needs arbitrary-precision software and independent resource controls.

Use boundary

Calculation path

Use a(0) = a(1) = 1 and split on whether the newest element is fixed or paired with one of n-1 others, giving a(n)=a(n-1)+(n-1)a(n-2).

Calculation path

a(n)=a(n-1)+(n-1)a(n-2).