Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A336038

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Squares visited by a chess king on a square-spiral numbered board and stepping to the lowest unvisited adjacent square, where each step is not in the same direction as the previous step.
(history; published version)
#40 by Amiram Eldar at Sat Jan 20 03:22:38 EST 2024
STATUS

reviewed

approved

#39 by Stefano Spezia at Sat Jan 20 03:04:48 EST 2024
STATUS

proposed

reviewed

#38 by Michel Marcus at Sat Jan 20 03:01:47 EST 2024
STATUS

editing

proposed

#37 by Michel Marcus at Sat Jan 20 03:01:43 EST 2024
COMMENTS

This sequences gives the numbers of the squares visited by a chess king moving on a square-spiral numbered board where the king starts on the 1 numbered square and at each step, which is not in the same direction as its previous step, moves to an adjacent unvisited square, out of the eight adjacent neighboring squares, which contains the lowest spiral number number.

STATUS

approved

editing

#36 by Bruno Berselli at Sun Jul 12 14:56:05 EDT 2020
STATUS

reviewed

approved

#35 by Michel Marcus at Sun Jul 12 13:47:43 EDT 2020
STATUS

proposed

reviewed

#34 by Scott R. Shannon at Sun Jul 12 08:12:06 EDT 2020
STATUS

editing

proposed

#33 by Scott R. Shannon at Sun Jul 12 07:45:01 EDT 2020
EXAMPLE

a(1) = 1, the starting square of the king.

a(2) = 2. The eight adjacent unvisited squares around a(1) are numbered 2,3,4,5,6,7,8,9. Of these 2 is the lowest.

a(5) = 6. The five adjacent unvisited squares around a(4) = 4 are numbered 5,6,14,15,16. Of these 5 is the lowest but that would require a step directly left from 4, which is the same step as a(3) = 3 to a(4) = 4, so is not allowed. The next lowest available square is 6.

#32 by Scott R. Shannon at Sun Jul 12 07:39:50 EDT 2020
EXAMPLE

The board is numbered with the square spiral:

.

17--16--15--14--13 .

| | .

18 5---4---3 12 29

| | | | |

19 6 1---2 11 28

| | | |

20 7---8---9--10 27

| |

21--22--23--24--25--26

.

STATUS

proposed

editing

#31 by Scott R. Shannon at Sun Jul 12 07:36:00 EDT 2020
STATUS

editing

proposed