OFFSET
1,2
COMMENTS
For the first 7 terms of this sequence we have a(n)=n since those initial configurations do not lead to complex enough patterns that increase the number of alive cells beyond the initial number of alive cells.
The definition includes the possibility that a glider gun (or a similar pattern) is created which will result in an unbounded number of alive cells.
LINKS
EXAMPLE
n=1 to n=4 die out very quickly (within 3 steps). The maximum number of alive cells is simply the number of alive cells in the initial pattern, i.e., n.
n=5 is the first term that leads to somewhat interesting steps in the game of life simulation (although the maximum number of alive cells still does not exceed the initial number 5):
. . . . . | . . . . . | . . . o . | . . . o . | . . . o . | . . . . .
o . o . . | . o o o . | . . o . o | . . o . o | . . . o . | . . . . .
. . o o . | . . o o . | . . o . o | . . . . . | . . . . . | . . . . .
o . . . . | . . . . . | . . . . . | . . . . . | . . . . . | . . . . .
n=8 leads to a maximum number of 65 alive cells and stabilizes after 107 steps. Initial pattern:
o . . . o |
. o . o . |
o . . o o |
. o . . . |
n=15 reaches a maximum of 160 alive cells and is the first pattern that leads to having a glider (escaping in the northeast direction). Besides the glider, the stabilized pattern contains 4 blinkers, 3 blocks, 2 beehives and 1 ship.
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Strohmann, Mar 01 2024
STATUS
approved