A326695 Langton's ant with three cell colors: color of the cell the ant moves to at the end of iteration n: 0 for white, 1 for black, 2 for gray.
0, 0, 0, 1, 0, 0, 0, 2, 1, 1, 1, 0, 1, 1, 1, 1, 2, 2, 0, 0, 2, 1, 1, 0, 2, 1, 2, 2, 0, 2, 1, 0, 0, 2, 1, 1, 2, 2, 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 1, 1, 0, 1, 1, 1, 1, 2, 2, 0, 2, 1, 0, 2, 1, 2, 2, 0, 0, 2, 1, 1, 0, 0, 2, 1, 1, 2, 2, 0, 2, 1, 0, 2, 1, 2, 2, 0, 0
Offset: 0
Keywords
Examples
See illustrations in Fröhlich, 2019.
Links
- Felix Fröhlich, Illustration of iterations 0-50, 2019.
Formula
a(n+276) = a(n). - Rémy Sigrist, Jul 20 2019
Extensions
More terms from Rémy Sigrist, Jul 20 2019
Comments