OFFSET
0,2
LINKS
Shalosh B. Ekhad, N. J. A. Sloane, and Doron Zeilberger, A Meta-Algorithm for Creating Fast Algorithms for Counting ON Cells in Odd-Rule Cellular Automata, arXiv:1503.01796 [math.CO], 2015; see also the Accompanying Maple Package.
Shalosh B. Ekhad, N. J. A. Sloane, and Doron Zeilberger, Odd-Rule Cellular Automata on the Square Grid, arXiv:1503.04249 [math.CO], 2015.
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: Part 1, Part 2
N. J. A. Sloane, On the Number of ON Cells in Cellular Automata, arXiv:1503.01168 [math.CO], 2015.
FORMULA
G.f.: (1-x)*(1-x+x^2-x^3-4*x^4+2*x^5-2*x^6)/(1-6*x+10*x^2-4*x^3-3*x^4+12*x^5-20*x^6+10*x^7-4*x^8).
MATHEMATICA
A255299[n_] := SeriesCoefficient[(1 - x)*(1 - x + x^2 - x^3 - 4*x^4 + 2*x^5 - 2*x^6)/(1 - 6*x + 10*x^2 - 4*x^3 - 3*x^4 + 12*x^5 - 20*x^6 + 10*x^7 - 4*x^8), {x, 0, n}]; Array[A255299, 35, 0] (* JungHwan Min, Sep 29 2016 *)
A255299L[n_] := CoefficientList[Series[(1 - x)*(1 - x + x^2 - x^3 - 4*x^4 + 2*x^5 - 2*x^6)/(1 - 6*x + 10*x^2 - 4*x^3 - 3*x^4 + 12*x^5 - 20*x^6 + 10*x^7 - 4*x^8), {x, 0, n}], x]; A255299L[34] (* JungHwan Min, Sep 29 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane and Doron Zeilberger, Feb 23 2015
STATUS
approved