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.

Showing 1-2 of 2 results.

A198514 Consider a cellular automaton on the square grid where we start at time 1 with a finite collection of cells in state 1 and with all cells in state 0. At any time t, if a cell is in state 0 and the sum of the states of its neighborhood is t, the cell switches to state t. At any time t, if no cell switches to state t, the growth stops. The sequence gives the largest lifetime of any configuration starting from n cells which are rook connected.

Original entry on oeis.org

1, 3, 6, 9, 11, 22, 22, 23, 29, 29, 35, 36, 36
Offset: 1

Views

Author

Kausthub Gudipati, Oct 26 2011

Keywords

Examples

			The solution for n=4
  9 9
85 4 58
32 23
6311136
313
74 47
  8
		

Crossrefs

A198515 Largest lifetime of any configuration starting from n cells which are king-wise connected for the cell automaton defined in A198514.

Original entry on oeis.org

1, 3, 11, 16, 22, 31, 30, 35, 39, 43
Offset: 1

Views

Author

Kausthub Gudipati, Oct 26 2011

Keywords

Examples

			Solution for n=2
33
3123
3213
33
		

Crossrefs

Showing 1-2 of 2 results.