%I #12 Sep 30 2016 13:09:49
%S 1,5,5,15,5,25,15,51,5,25,25,75,15,75,51,153,5,25,25,75,25,125,75,255,
%T 15,75,75,225,51,255,153,477,5,25,25,75,25,125,75,255,25,125,125,375,
%U 75,375,255,765,15,75,75,225,75,375,225,765,51,255,255,765,153
%N Number of ON cells after n generations of the odd-rule cellular automaton defined by OddRule 117 when started with a single ON cell.
%H JungHwan Min, <a href="/A255304/b255304.txt">Table of n, a(n) for n = 0..10000</a>
%H Shalosh B. Ekhad, N. J. A. Sloane, and Doron Zeilberger, <a href="http://arxiv.org/abs/1503.01796">A Meta-Algorithm for Creating Fast Algorithms for Counting ON Cells in Odd-Rule Cellular Automata</a>, arXiv:1503.01796 [math.CO], 2015; see also the <a href="http://www.math.rutgers.edu/~zeilberg/mamarim/mamarimhtml/CAcount.html">Accompanying Maple Package</a>.
%H Shalosh B. Ekhad, N. J. A. Sloane, and Doron Zeilberger, <a href="http://arxiv.org/abs/1503.04249">Odd-Rule Cellular Automata on the Square Grid</a>, arXiv:1503.04249 [math.CO], 2015.
%H N. J. A. Sloane, On the No. of ON Cells in Cellular Automata, Video of talk in Doron Zeilberger's Experimental Math Seminar at Rutgers University, Feb. 05 2015: <a href="https://vimeo.com/119073818">Part 1</a>, <a href="https://vimeo.com/119073819">Part 2</a>
%H N. J. A. Sloane, <a href="http://arxiv.org/abs/1503.01168">On the Number of ON Cells in Cellular Automata</a>, arXiv:1503.01168 [math.CO], 2015.
%H <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%t A255304[n_] := Total[CellularAutomaton[{10, {2, {{0, 0, 1}, {0, 0, 1}, {1, 1, 1}}}, {1, 1}}, {{{1}}, 0}, {{{n}}}], 2]; Array[A255304, 61, 0] (* _JungHwan Min_, Sep 29 2016 *)
%t A255304L[n_] := Total[#, 2] & /@ CellularAutomaton[{10, {2, {{0, 0, 1}, {0, 0, 1}, {1, 1, 1}}}, {1, 1}}, {{{1}}, 0}, n]; A255304L[60] (* _JungHwan Min_, Sep 29 2016 *)
%Y Run length transform of A255442.
%K nonn
%O 0,2
%A _N. J. A. Sloane_ and _Doron Zeilberger_, Feb 23 2015