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.

A325955 Langton's ant on a three-dimensional grid: number of yellow cells on the grid after n moves of the ant.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 4, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 5
Offset: 0

Views

Author

Felix Fröhlich, May 28 2019

Keywords

Comments

The ant starts on a completely white grid.
Order of operations: turn 90 degrees, change cell color, move forward one unit.
The rules governing the movement of the ant and the change of cell colors are shown in the following table:
Cell color at | Direction of | Color the cell is
start of iteration | 90-degree turn | changed to
--------------------------------------------------------
white | right | black
black | left | blue
blue | up | yellow
yellow | down | white

Examples

			See illustration in links.
		

Crossrefs

Formula

a(n) = a(n-28) + 4 for n >= 93504. - Jinyuan Wang, Jul 13 2025

Extensions

a(51)-a(81) from Charlie Neder, Jun 06 2019