Tool for generating derangements. In mathematics, a derangement is a permutation of distinct objects without fixed point, ie that no object is in its original position.
Derangements - dCode
Tag(s) : Combinatorics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The disturbances associated with a set of elements are a subset of its permutations. A fault is a permutation of elements without fixed points, that is to say without elements in the same position with the starting position of the whole.
Example: The set A,B,C has 2 faults C,A,B and B,C,A.
The faster way to generate the list of derangements of a set is to list the permutations and remove those with fixed points (elements having an identical position in the permutation and in the starting position).
Example: The set A,B,C has 6 permutations: A,B,C B,A,C C,A,B A,C,B B,C,A C,B,A. Remove the one with fixed points, ie. the permutations with A in position 1, and/or those with B in position 2 and/or those with C in position 3.
The list of derangements are the 2 remaining permutations C,A,B and B,C,A.
Counting derangements uses subfactorials. For $ n $ items, the number of derangements is equal to $ !n $ (subfactorial of $ n $): $$ !n = n! \sum_{k=0}^n \frac {(-1)^k}{k!} $$
Derangements make exponential values. The more calculations there are, the more expensive are computer servers, so the large generations must be paid.
dCode retains ownership of the "Derangements" source code. Any algorithm for the "Derangements" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Derangements" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Derangements" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Derangements" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Derangements on dCode.fr [online website], retrieved on 2025-04-16,