|
|
|
These are some examples of similar permutations ordered in arrays.
Each permutation is represented by its:
- place-based inversion set
- Rothe diagram (including the matrix representation as dots)
- left-inversion vector (0s represented by dots, the leading 0s omitted)
- reverse colexicographic index, i.e. the left-inversion vector interpreted as a little-endian factorial number
For the last permutation in each array the corresponding permutation matrix is also shown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Circular shifts to the left,
i.e. permutations whose cycle notation is of the form :
A007489 = 0, 1, 3, 9, 33, 153, 873, 5913...
|
Circular shifts to the right,
i.e. permutations whose cycle notation is of the form :
A001563 = 0, 1, 4, 18, 96, 600, 4320, 35280...
|