login
A382971
Population of elementary triangular automaton rule 146 at generation n, starting from a lone 1 cell at generation 0.
6
1, 4, 7, 13, 7, 28, 25, 46, 13, 46, 43, 79, 49, 133, 73, 160, 55, 109, 91, 211, 73, 238, 199, 337, 133, 343, 187, 388, 211, 523, 277, 607, 205, 478, 241, 559, 259, 679, 361, 748, 379, 805, 493, 967, 523, 1042, 709, 1372, 391, 976, 709, 1501, 649, 1612, 895
OFFSET
0,2
COMMENTS
An Elementary Triangular Automaton (ETA) is a cellular automaton in the triangular grid where cells hold binary states and rules are local to the first neighborhood. There are 256 possible ETA rules.
Rule 146 (10010010 in binary):
-----------------------------------------------
|state of the cell |1|1|1|1|0|0|0|0|
|sum of the neighbors' states |3|2|1|0|3|2|1|0|
|cell's next state |1|0|0|1|0|0|1|0|
-----------------------------------------------
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul Cousin, Apr 10 2025
STATUS
approved