A368591 The sequence is both a succession of triples of monotonically increasing numbers and a succession of triples of monotonically increasing digits. This is the lexicographically earliest such sequence starting with a(1) = 0 formed by distinct number-triples.
0, 1, 2, 0, 1, 3, 0, 1, 4, 0, 1, 5, 0, 1, 6, 0, 1, 7, 0, 1, 8, 0, 1, 9, 0, 2, 3, 0, 2, 4, 0, 2, 5, 0, 2, 6, 0, 2, 7, 0, 2, 8, 0, 2, 9, 0, 3, 4, 0, 3, 5, 0, 3, 6, 0, 3, 7, 0, 3, 8, 0, 3, 9, 0, 4, 5, 0, 4, 6, 0, 4, 7, 0, 4, 8, 0, 4, 9, 0, 5, 6, 0, 5, 7, 0, 5, 8, 0, 5, 9, 0
Offset: 1
Examples
The first 10 distinct triples of monotonically increasing numbers are: [0,1,2],[0,1,3],[0,1,4],[0,1,5],[0,1,6],[0,1,7],[0,1,8],[0,1,9],[0,2,3],[0,2,4]. The first 10 distinct triples of monotonically increasing numbers using altogether more than 3 digits are: [0,1,20],[1,2,12],[3,12,30],[1,2,13],[4,12,30],[1,2,14],[5,12,30],[1,2,15],[6,12,30],[1,2,16]. The above 10 triples are also a succession of triples of monotonically increasing digits: [0,1,2][0,1,2],[12,3],[12,3][0,1,2],[13,4],[12,3],[0,1,2],[14,5],[12,3][0,1,2],[15,6],[12,3][0,1,2].
Links
- Eric Angelini, Table of n, a(n) for n = 1..507
- Eric Angelini, Triples for the new year, Personal blog, December 31, 2023.
- Eric Angelini, Triples for the new year, local copy of blog post.
Crossrefs
Cf. A336611.
Extensions
More than the usual number of terms are shown (with permission of the editors) in order to reach the interesting terms.
Terms moved to comment to avoid excessive length of DATA by Hugo Pfoertner, Jan 02 2025
Comments