The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A265172 Binary representation of the n-th iteration of the "Rule 90" elementary cellular automaton starting with a single ON cell. 1

%I #20 Feb 21 2016 12:23:09

%S 1,101,10001,1010101,100000001,10100000101,1000100010001,

%T 101010101010101,10000000000000001,1010000000000000101,

%U 100010000000000010001,10101010000000001010101,1000000010000000100000001,101000001010000010100000101,10001000100010001000100010001

%N Binary representation of the n-th iteration of the "Rule 90" elementary cellular automaton starting with a single ON cell.

%C Rules 26, 82, 90, 146, 154, 210 and 218 also generate this sequence.

%D S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.

%H Robert Price, <a href="/A265172/b265172.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 S. Wolfram, <a href="http://wolframscience.com/">A New Kind of Science</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 = 90; rows = 20; Table[FromDigits[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. A070886.

%K nonn,easy

%O 0,2

%A _Robert Price_, Dec 05 2015

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 May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)