OFFSET
0,3
COMMENTS
First differs from A276073 at n = 16.
On a white square, turn 90 degrees right, flip the color of the tile, then move forward one unit.
On a white triangle, turn 60 degrees right, flip the color of the tile, then move forward one unit.
On a black square, turn 90 degrees left, flip the color of the tile, then move forward one unit.
On a black triangle, turn 60 degrees left, flip the color of the tile, then move forward one unit.
LINKS
Lars Blomberg, Table of n, a(n) for n = 0..10000
Lars Blomberg, The state for n=104000, when 872 cells are set
Lars Blomberg, Animation illustrating n=1-3000
Felix Fröhlich, Illustration of iterations 0-50 of the ant, 2019.
Wikipedia, Langton's ant
Wikipedia, Snub square tiling
FORMULA
a(n+1025) = a(n) + 25 for n > 96420. Lars Blomberg, Aug 15 2019
EXAMPLE
See illustrations in Fröhlich, 2019.
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Jul 10 2019
STATUS
approved