A099733 a(n) is the number of active cells after a solid n X n square has reached a static state or constant population, closed and infinite loop in Conway's Game of Life.
0, 4, 12, 0, 24, 8, 12, 0, 52, 8, 12, 0, 4, 8, 0, 56, 72, 40, 60, 0, 52, 24, 92, 48, 28, 96, 312, 40
Offset: 1
Examples
a(5)=24 because a 5 X 5 solid square placed on an otherwise empty grid at generation 0 in Conway's Game of Life will enter a static state at generation 11 with 24 cells forever alive/active/on.
Links
- Eric Weisstein's World of Mathematics, Game of Life
Comments