OFFSET
0,2
COMMENTS
The sequence is conjectured to be a permutation of the nonnegative integers.
LINKS
Eric Angelini, More inspiring spirals (1), personal blog CinquanteSignes.blogspot.com, Oct. 23, 2022.
Gleb Ivanov, Python program.
EXAMPLE
The square spiral begins:
.
.
49--90--102---23---2 22
| | |
104 40---30---20 12 21
| | | | |
101 50 0---10 100 1
| | | |
103 60---70---80---18 81
| |
16--105--106--107--78---8
.
a(11) = 12 as when the eleventh square is filled its surrounding neighbors are 10, 20, 100, and 12 is the smallest unused number that shares a digit with each of these three numbers.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini and Scott R. Shannon, Oct 27 2022
STATUS
approved