On a square lattice, repeatedly write down the smallest positive number that has not yet been used, starting with the least significant digit. Write one digit per point, skipping lattice points already labeled. Move one point further regardless of content, and rotate the movement direction 90 degrees clockwise. Read the smallest number created, ignoring leading zeros and starting with the least significant digit: a(n) gives the n-th number.

A246391

On a square lattice, repeatedly write down the smallest positive number that has not yet been used, starting with the least significant digit. Write one digit per point, skipping lattice points already labeled. Move one point further regardless of content, and rotate the movement direction 90 degrees clockwise. Read the smallest number created, ignoring leading zeros and starting with the least significant digit: a(n) gives the n-th number.

Terms

    a(0) =1a(1) =2a(2) =3a(3) =4a(4) =21a(5) =5a(6) =6a(7) =23a(8) =7a(9) =8a(10) =25a(11) =11a(12) =9a(13) =70a(14) =12a(15) =10a(16) =90a(17) =270a(18) =43a(19) =100a(20) =1090a(21) =13a(22) =50a(23) =72a(24) =310a(25) =14a(26) =500a(27) =1072a(28) =15a(29) =16

External references