A246330 Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 462".
1, 5, 8, 21, 20, 32, 48, 65, 56, 84, 84, 112, 136, 196, 216, 297, 244, 300, 308, 268, 356, 396, 468, 572, 524, 544, 616, 744, 796, 900, 960, 1145, 1012, 1084, 1052, 1120, 1188, 1268, 1476, 1592, 1668, 1620, 1784, 1776, 1860, 2040, 2144, 2504, 2484, 2416, 2472, 2608, 2572, 2832, 3008, 3292, 3172, 3384, 3460, 3524, 3792
Offset: 0
Keywords
References
- S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- N. J. A. Sloane, Illustration of first 24 generations
- Index entries for sequences related to cellular automata
Programs
-
Mathematica
Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]] ArrayPlot /@ CellularAutomaton[{462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23]