login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A294069 The smallest digit of a(n+1) is strictly smaller than the largest digit of a(n) 2
1, 10, 20, 11, 30, 2, 12, 13, 14, 3, 15, 4, 16, 5, 17, 6, 18, 7, 19, 8, 21, 31, 22, 40, 23, 24, 25, 26, 27, 28, 29, 32, 41, 33, 42, 34, 35, 36, 37, 38, 39, 43, 50, 44, 51, 45, 46, 47, 48, 49, 52, 53, 54, 60, 55, 61, 56, 57, 58, 59, 62, 63, 64, 65, 70, 66 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence starts with a(1) = 1 and was always extended with the smallest integer not yet present and not leading to a contradiction.
From Robert G. Wilson v, Feb 07 2018: (Start)
Inverse: 1, 6, 10, 12, 14, 16, 18, 20, 2, 4, 7, 8, 9, 11, 13, 15, 17, 19, 3, ..., .
Permutation of the Integers.
(End)
LINKS
EXAMPLE
The "0" of 10 is strictly < "1", which is the largest digit of 1;
The "0" of 20 is strictly < "1", which is the largest digit of 10;
The "1" of 11 is strictly < "2", which is the largest digit of 20;
The "0" of 30 is strictly < "1", which is the largest digit of 11;
The "2" of 2 is strictly < "3", which is the largest digit of 30;
The "1" of 12 is strictly < "2", which is the largest digit of 2; etc.
MATHEMATICA
f[s_List] := Block[{k = 1, mx = Max@IntegerDigits@s[[-1]]}, While[MemberQ[s, k] || Min@IntegerDigits@k >= mx, k++]; Append[s, k]]; Nest[f, {1}, 80] (* Robert G. Wilson v, Feb 07 2018 *)
CROSSREFS
Sequence in context: A297353 A172503 A107859 * A249585 A067524 A069555
KEYWORD
base,nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)