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.

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

Original entry on oeis.org

1, 4, 10, 19, 28, 34, 52, 58, 82, 85, 124, 118, 181, 178, 223, 274, 283, 322, 355, 388, 421, 502, 493, 568, 577, 676, 739, 724, 865, 856, 931, 1006, 1069, 1162, 1141, 1342, 1339, 1450, 1387, 1648, 1603, 1756, 1801, 1960, 1945, 2230, 2125, 2404, 2251, 2374, 2395, 2746, 2683, 2884, 2983
Offset: 0

Views

Author

Paul Cousin, Jan 30 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 182 (10110110 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|1|1|0|1|1|0|
-----------------------------------------------

Crossrefs