login
A309540
a(n) is the smallest positive number not yet in the sequence that contains exactly one even digit and exactly one odd digit from a(n-1), and no digit in a(n) is repeated.
0
10, 102, 12, 21, 120, 103, 30, 130, 104, 14, 41, 124, 123, 23, 32, 132, 125, 25, 52, 152, 126, 16, 61, 106, 105, 50, 150, 107, 70, 170, 108, 18, 81, 128, 127, 27, 72, 172, 129, 29, 92, 192, 142, 134, 34, 43, 143, 140, 109, 90, 190, 160, 136, 36, 63, 163
OFFSET
1,1
COMMENTS
The terms sorted in increasing order give A309539.
EXAMPLE
a(2)=102: a(2) is not 100 (since zero would be repeated), nor 101 (since 1 would be repeated).
CROSSREFS
KEYWORD
nonn,base,fini
AUTHOR
Enrique Navarrete, Aug 06 2019
STATUS
approved