OFFSET
1,2
COMMENTS
Start with a(1) = 1. For n > 1, choose a(n) to be the smallest number > a(n-1) consistent with the condition that "the a(n)-th digit is a 1 and no 1's occur in other positions" is true for all n.
If we change "> a(n-1)" to "not already used", we get 1, 3, 10, 6, 11, 7, 21, 13, 15, 17, 19, 101, ... - David Wasserman, Feb 26 2008
That sequence has by now been entered as A210415. - M. F. Hasler, Oct 08 2013
LINKS
EXAMPLE
The first digit of the sequence is a "1", the 3rd digit also, then the 10th, the 11th, etc.
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Oct 27 2004
EXTENSIONS
Entry revised by Eric Angelini and N. J. A. Sloane, Feb 03 2006.
More terms from David Wasserman, Feb 26 2008
STATUS
approved