A306428 Decimal representation of permutations of lengths 1, 2, 3, ...
1, 21, 312, 132, 231, 321, 4123, 1423, 2413, 4213, 1243, 2143, 3412, 4312, 1342, 3142, 4132, 1432, 2341, 3241, 4231, 2431, 3421, 4321, 51234, 15234, 25134, 52134, 12534, 21534, 35124, 53124, 13524, 31524, 51324, 15324, 23514, 32514, 52314, 25314, 35214, 53214, 12354, 21354, 31254
Offset: 0
Keywords
Examples
The sequence may be regarded as a triangle, where each row consists of permutations of N terms; i.e., we have 1/,2,1/,3,1,2;1,3,2;2,3,1;3,2,1/4,1,2,3;1,4,2,3;2,4,1,3;... Append to each an infinite number of fixed terms and we get a list of rearrangements of the natural numbers, but with only a finite number of terms permuted: 1/2,3,4,5,6,7,8,9,... 2,1/3,4,5,6,7,8,9,... 3,1,2/4,5,6,7,8,9,... 1,3,2/4,5,6,7,8,9,... 2,3,1/4,5,6,7,8,9,... 3,2,1/4,5,6,7,8,9,... 4,1,2,3/5,6,7,8,9,... 1,4,2,3/5,6,7,8,9,... 2,4,1,3/5,6,7,8,9,... Alternatively, if we take only the first n terms of each such infinite row, then the first n! rows give all permutations of the elements 0,1,2,...,n-1.
Comments