OFFSET
0,3
COMMENTS
The sequence is related to the flattened form of the irregular table T(k, i) described in A309589. There, the rows for k >= 1 contain a permutation of the numbers 0 <= i <= 10^k - 1 which is defined by the lexicographical order of the numbers i written in base 10.
The sequence here lists, per sorted row k, the 0-based positions of the numbers i in that row. The positions in row k are also a permutation of the numbers 0 <= i <= 10^k - 1.
LINKS
Georg Fischer, Perl program which generates A309589 and this sequence.
PROG
(Perl) # cf. link
CROSSREFS
KEYWORD
nonn,base,easy,tabf
AUTHOR
Georg Fischer, Mar 02 2019
STATUS
approved