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”).

A246329
Total number of ON cells at stage 2n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 461".
2
1, 5, 17, 21, 25, 45, 81, 105, 101, 165, 197, 217, 265, 337, 405, 477, 521, 625, 621, 769, 849, 825, 973, 985, 1089, 1257, 1229, 1265, 1401, 1557, 1677, 1713, 2081, 2053, 2177, 2361, 2389, 2669, 2621, 2973, 2901, 3233, 3249, 3529, 3809, 3893, 3765, 3905, 4409, 4657, 4757, 4797, 5321, 5261, 5769, 5757, 5997, 6565, 6597, 6765
OFFSET
0,2
COMMENTS
The number of ON cells at stage 2n+1 is infinite.
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.
MATHEMATICA
Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 461, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]] (* then take every other term *)
ArrayPlot /@ CellularAutomaton[{461, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23]
CROSSREFS
A bisection of A246332.
Sequence in context: A061940 A038470 A043003 * A351176 A211423 A211426
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 30 2014
STATUS
approved