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.

A382971 Population of elementary triangular automaton rule 146 at generation n, starting from a lone 1 cell at generation 0.

Original entry on oeis.org

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

Views

Author

Paul Cousin, Apr 10 2025

Keywords

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