OFFSET
1,1
COMMENTS
The sequence is infinite as it can always be extended with the smallest integer <1(n times 0)1> not yet present.
EXAMPLE
10 is not in the sequence because 0 is not > 0.
11 is not in the sequence because 1 and 1 are not distinct.
21 is not in the sequence because 12 is already in it.
101 is in the sequence because it can be unambiguously split into the two distinct integers 10 and 1.
110 is not in the sequence because 101 is already in it.
111 is in the sequence because it can be split into the two distinct integers 1 and 11 (though in two ways).
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini, Sep 19 2024
STATUS
approved