Suppose I have 16 cards ordered from 1 to 16, and I shuffle them using the standard interlacing shufflee (so if the original order was 1,2,...,16, the new order is 1,9,2,10,3,11,4,12,5,13,6,14,7,15,8,16 after one shuffle). Is it possible to shuffle some number of times so that the cards are in the original order except two consecutive cards have been switched (for example, 1, 2, 4, 3, 5, 6, ...)?
I know a permutation is needed for this but I don't know where to start.
Any help would be appreciated
This method of shuffling produces a cycle of length four:
These are the only four permutations achievable.