“…For example, given that n = 7 and m = 4, the sequence of partitions (v 1 , v 2 , v 3 , v 4 ) = (1, 2, 1, 3) corresponds to selecting the numbers (1, 1 + 2, 1 + 2 + 1, 1 + 2 + 1 + 3) = (1, 3, 4, 7) from the numbers (1, 2, ..., 7). The selection (1,3,4,7) is cyclically equivalent to (2, 4, 5, 1), or (7,2,3,6), and so on. Alternatively, this sequence can be represented as selecting from the cyclic set (1, …, 7) the numbers (k, k + 1, k + 1 + 2, k + 1 + 2 + 1) mod 7, or (k, k + 2, k + 2 + 1, k + 2 + 1 + 3) mod 7, and so on.…”