Let there be two infinite sequences containing the numbers 0 and 1. They are grouped so that every possible distance from the nearest 1 to the next one exists by the number of zeros. For example, ...1, 0, 0, 1, 1, 0, 0, 0.... Each smaller sequence of 1s and 0s (e.g., ...1, 0, 0, 0, 1...) repeats an infinite number of times (i.e., each such arrangement will repeat infinitely many times), and every possible distance will occur. Suppose we have the following sets:
S1: (sequence x, 0, 1, sequence y).
S2: (sequence x, 0, 0, 1, sequence y).
Even though these different situations repeat an infinite number of times in both sets, do the sets have the same order of occurrence for the different series? Is it even possible to create two different sets if we assume that all configurations of consecutive numbers repeat many times?