A253086 Number of ON cells at generation n of 5-celled totalistic CA defined by Rule 780.
1, 4, 5, 12, 4, 16, 20, 48, 17, 24, 36, 80, 12, 48, 60, 144, 40, 56, 108, 200, 56, 72, 140, 200, 156, 176, 232, 368, 140, 232, 336, 440, 316, 304, 388, 544, 316, 344, 364, 464, 460, 424, 508, 584, 448, 488, 780, 808, 688, 624, 792, 1120, 736, 784, 860, 1240, 876, 1088, 1100
Offset: 0
Keywords
References
- S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 170.
Links
- N. J. A. Sloane, Table of n, a(n) for n = 0..511
- N. J. A. Sloane, Illustration of generations 0-15
- N. J. A. Sloane, Illustration of generations 0-31
- N. J. A. Sloane, On the Number of ON Cells in Cellular Automata, arXiv:1503.01168, 2015
- Index entries for sequences related to cellular automata
- Index to 2D 5-Neighbor Cellular Automata
- Index to Elementary Cellular Automata
Programs
-
Mathematica
Map[Function[Apply[Plus, Flatten[#1]]], CellularAutomaton[{780, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 128]] ArrayPlot /@ CellularAutomaton[{780, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 31]
Formula
It would be nice to have a recurrence.
Comments