A325631 Langton's ant on an elongated triangular tiling: number of black cells after n moves of the ant when starting on a square and initially looking towards one of the edges where that square meets one of the neighboring triangles.
0, 1, 2, 3, 4, 5, 4, 5, 6, 7, 8, 9, 8, 9, 10, 11, 12, 13, 12, 13, 14, 15, 14, 13, 14, 15, 16, 15, 16, 17, 16, 15, 16, 17, 18, 17, 16, 15, 16, 17, 18, 19, 20, 19, 18, 19, 20, 19, 20, 21, 22, 23, 24, 23, 22, 23, 22, 23, 22, 21, 20, 19, 18, 19, 18, 17, 18, 19, 20
Offset: 0
Keywords
Examples
See illustrations in Fröhlich, 2019.
Links
- Jinyuan Wang, Table of n, a(n) for n = 0..2000
- Felix Fröhlich, Illustration of iterations 0-50 of the ant, 2019.
- Wikipedia, Elongated triangular tiling
- Wikipedia, Langton's ant
Crossrefs
Formula
a(n) = a(n-51) + 11 for n >= 1159. - Jinyuan Wang, Jul 15 2025
Extensions
More terms from Jinyuan Wang, Jul 15 2025
Comments