login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A246330
Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 462".
4
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,2
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.
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]
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 30 2014
STATUS
approved