login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A255474
a(n) = A255473(2^n-1).
2
1, 6, 24, 88, 336, 1280, 4928, 19072, 74240, 290304, 1139712, 4489216, 17731584, 70197248, 278429696, 1106083840, 4399628288, 17518559232, 69815500800, 278424715264, 1110989340672, 4435189170176, 17712382214144, 70757707153408, 282733687341056, 1129973180006400
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-8*x^2-16*x^3) / ((1-4*x)*(1-2*x-4*x^2)).
From Colin Barker, Feb 05 2017: (Start)
a(n) = 4^n + (-(1-sqrt(5))^(1+n) + (1+sqrt(5))^(1+n)) / (2*sqrt(5)) for n>0.
a(n) = 6*a(n-1) - 4*a(n-2) - 16*a(n-3) for n>3.
(End)
PROG
(PARI) Vec((1-8*x^2-16*x^3) / ((1-4*x)*(1-2*x-4*x^2)) + O(x^30)) \\ Colin Barker, Feb 05 2017
CROSSREFS
Cf. A255473.
Sequence in context: A271789 A121532 A025472 * A249976 A181618 A002919
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 21 10:04 EDT 2024. Contains 376084 sequences. (Running on oeis4.)