I start with a 1-dimensional list of a few random numbers {6, 5, 7, 8, 2, 1, 3, 4} This seems like maximum entropy for a 1D list of numbers.
Then I make a second set, which is a copy of the first set rotated by one 'slot' {5, 7, 8, 2, 1, 3, 4, 6} The relationship between these two is very...