A359611 The lexicographically earliest "Increasing Term Fractal Jump Sequence".
1, 2, 20, 22, 100, 200, 201, 1000, 20000, 20001, 110000, 2000000, 2000001, 110100000, 200000000, 200000001, 1101001000000, 2000000000020, 2000000010101, 10100010000000, 20000000000002, 20020000000001, 101001010010000, 100000000200000000000000
Offset: 1
Examples
The sequence and the "kept"/"forced" digits begin 1, 2, 20, 22, 100, 200, 201, 1000, 20000, ... ^ ^ ^ ^ ^ ^ ^ ^^ ^ ^^ 1 2 2 0 2 2 1 00 2 00 In the case of computing a(5), we have a 22 for a(4), so we would normally increment to 23, as there is nothing forcing the next two digits. However, since there is a 0 forcing the following digit, we must increment to the smallest number that satisfies this forced 0 (as we can't have leading zeros in a(6)).
Comments