%I #11 Jul 26 2024 21:02:08
%S 1,0,3,0,7,2,5,2,9,6,5,10,13,6,11,10,15,10,19,10,23,10,17,20,19,16,25,
%T 18,19,20,25,14,37,20,27,26,35,20,37,30,41,24,33,36,39,26,45,36,37,38,
%U 41,36,49,44,29,56,39,40,57,40,43,60,39,48,55,44,45,64
%N Number of ON (black) cells in the n-th iteration of the "Rule 73" elementary cellular automaton starting with a single ON (black) cell.
%D S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
%H Robert Price, <a href="/A265205/b265205.txt">Table of n, a(n) for n = 0..999</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>
%H <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%H <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>
%t rule = 73; rows = 30; Table[Total[Table[Take[CellularAutomaton[rule, {{1},0},rows-1,{All,All}][[k]], {rows-k+1, rows+k-1}], {k,1,rows}][[k]]], {k,1,rows}]
%Y Cf. A245549, A262448, A265122, A265156.
%K nonn,easy
%O 0,3
%A _Robert Price_, Dec 04 2015