OFFSET
0,3
COMMENTS
On the infinite square grid, we start at stage 0 with all square cells in the OFF state.
At stage 1 we turn ON a single cell in the central position.
For n>1, if n is even, at stage n we turn ON all the OFF neighboring cells from cells that were turned ON at stage n-1.
For n>1, if n is odd, at stage n we turn ON all the OFF cells that have exactly one neighbor that was turned ON at stage n-1.
First differs from A160118 at a(13).
LINKS
Nathaniel Johnston, 13th generation of this sequence, where it first differs from A160118. Cells in green were newly turned on in generation 13 and are also turned on in generation 13 of A160118. Cells in red are newly turned on but are not turned on in A160118.
FORMULA
For n even, use Generations rule "/12345678/250". For n odd, use Generations rule "/1/250".
CROSSREFS
KEYWORD
nonn
AUTHOR
Nathaniel Johnston, Mar 28 2011
STATUS
approved