[go: up one dir, main page]

login
A309236
Langton's ant on a circular grid with 4-fold rotational symmetry: number of black cells on the grid after n moves of the ant.
1
0, 1, 2, 3, 2, 3, 4, 5, 4, 3, 2, 3, 2, 3, 4, 3, 4, 5, 6, 5, 6, 7, 6, 7, 6, 5, 4, 5, 6, 7, 6, 7, 8, 9, 8, 7, 6, 7, 6, 5, 4, 3, 4, 5, 6, 5, 6, 5, 6, 7, 6
OFFSET
0,3
COMMENTS
On a white circular segment, turn right to the next edge of the segment, flip the color of that segment, then move onto the segment adjacent to that edge.
On a black circular segment, turn left to the next edge of the segment, flip the color of that segment, then move onto the segment adjacent to that edge.
EXAMPLE
See illustrations in Fröhlich, 2019.
KEYWORD
nonn,more
AUTHOR
Felix Fröhlich, Jul 17 2019
STATUS
approved