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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A266670 Binary representation of the n-th iteration of the "Rule 53" elementary cellular automaton starting with a single ON (black) cell. 3
1, 11, 1000, 1011111, 1000000, 11011111111, 1000000000, 111011111111111, 1000000000000, 1111011111111111111, 1000000000000000, 11111011111111111111111, 1000000000000000000, 111111011111111111111111111, 1000000000000000000000, 1111111011111111111111111111111 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
Stephen Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
FORMULA
Conjectures from Colin Barker, Jan 03 2016 and Apr 16 2019: (Start)
a(n) = 11001*a(n-2) - 10011000*a(n-4) + 10000000*a(n-6) for n>5.
G.f.: (1+11*x-10001*x^2+890100*x^3+10000*x^4-2000000*x^5) / ((1-x)*(1+x)*(1-100*x)*(1+100*x)*(1-1000*x^2)).
(End)
MATHEMATICA
rule=53; rows=20; ca=CellularAutomaton[rule, {{1}, 0}, rows-1, {All, All}]; (* Start with single black cell *) catri=Table[Take[ca[[k]], {rows-k+1, rows+k-1}], {k, 1, rows}]; (* Truncated list of each row *) Table[FromDigits[catri[[k]]], {k, 1, rows}] (* Binary Representation of Rows *)
CROSSREFS
Sequence in context: A281628 A278955 A278753 * A272654 A342036 A004656
KEYWORD
nonn,easy
AUTHOR
Robert Price, Jan 02 2016
EXTENSIONS
Removed an unjustified claim that Colin Barker's conjectures are correct. Removed a program based on a conjecture. - N. J. A. Sloane, Jun 13 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)