cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A308590 Langton's ant on a Penrose rhomb tiling: number of black cells after n moves of the ant.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 4, 5, 6, 7, 8, 9, 8, 7, 6, 7, 6, 7, 8, 9, 8, 9, 10, 11, 10, 9, 8, 7, 8, 7, 8, 9, 10, 9, 10, 11, 12, 11, 12, 13, 14, 13, 14, 15, 16, 15, 16, 17, 18, 17, 16, 15, 14, 13, 12, 11, 12, 11, 12, 13, 14, 13, 14, 13, 14, 15, 14, 13, 12, 13, 12, 13, 14
Offset: 0

Views

Author

Felix Fröhlich, Jun 09 2019

Keywords

Comments

The ant lives on a centrally symmetric Penrose rhomb tiling with a "Sun" patch (S configuration, cf. A242935) at the center and starts on one of the thick rhombs of that patch, looking towards one of the outward edges of that tile. On a white rhomb, turn to the next edge of that cell in clockwise direction, flip the color of the rhomb, then move forward one unit. On a black rhomb, turn to the next edge of that cell in counterclockwise direction, flip the color of the rhomb, then move forward one unit.
In contrast to the corresponding sequences for Langton's ant on periodic tilings, like the square tiling (A255938) or a hexagonal tiling (A269757), this sequence is most likely not unique. A Penrose tiling lacks translational symmetry, meaning any two finite regions in the tiling that are identical are surrounded by different patches of tiles when examining a large enough region of the surrounding tiles. Therefore I suspect that, unless the trajectory of the ant is bounded to stay inside a finite region of the tiling, the trajectories of any two ants placed at different starting points on the tiling will diverge at some point.

Examples

			See illustration in links.
		

Crossrefs