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!)
A322467 Lexicographically first sequence of distinct terms such that a(n) is duplicated a(n) digits to the right. 2

%I #5 Jan 15 2019 20:27:17

%S 1,10,2,3,20,30,5,6,4,105,46,7,11,8,12,9,70,208,21,190,120,130,13,14,

%T 15,17,18,22,16,131,140,154,61,71,181,60,32,23,24,27,28,29,31,35,25,

%U 36,40,170,42,302,41,43,270,280,292,531,110,53,54,613,62,160,400,47,104,200,410,34,300,19,38,1200,44,33,37,45

%N Lexicographically first sequence of distinct terms such that a(n) is duplicated a(n) digits to the right.

%C This sequence is conjectured to be a permutation of the positive integers.

%H Jean-Marc Falcoz, <a href="/A322467/b322467.txt">Table of n, a(n) for n = 1..1501</a>

%e The sequence starts with 1,10,2,3,20,30,5,6,4,105,...

%e a(1) = 1 forces the next digit to be 1;

%e a(2) = 10 as 10 is the smallest available integer starting with 1 and not leading to a contradiction; this 10 will be duplicated 10 digits to the right;

%e a(3) = 2 as 2 is the smallest available integer not leading to a contradiction; this 2 will be duplicated 2 digits to the right;

%e a(4) = 3 as 3 is the smallest available integer not leading to a contradiction; this 3 will be duplicated 3 digits to the right;

%e a(5)= 20 as 20 is the smallest available integer starting with 2 and not leading to a contradiction; this 20 will be duplicated 20 digits to the right;

%e a(6) = 30 as 30 is the smallest available integer starting with 3 and not leading to a contradiction; this 30 will be duplicated 30 digits to the right;

%e Could a(7) be equal to 4? No, because this 4 cannot be duplicated 4 digits to the right as there is already a 0 there (this 0 comes from the duplicated 10);

%e Thus a(7) = 5 as 5 is the smallest available integer not leading to a contradiction; this 5 will be duplicated 5 digits to the right;

%e Could a(8) be equal to 4? No, because this 4 cannot be duplicated 4 digits to the right as there is already a 5 there (this 5 comes from the duplicated 5);

%e Thus a(8) = 6 as 6 is the smallest available integer not leading to a contradiction; this 6 will be duplicated 6 digits to the right;

%e a(9) = 4 as 4 is the smallest available integer not leading to a contradiction; this 4 will be duplicated 4 digits to the right;

%e a(10) = 105 as 105 is the smallest available integer starting with 10, followed by 5, and not leading to a contradiction; this 105 will be duplicated 105 digits to the right.

%e Etc.

%K base,nonn

%O 1,2

%A _Jean-Marc Falcoz_ and _Eric Angelini_, Dec 09 2018

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 23 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)