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!)
A265319 Binary representation of the n-th iteration of the "Rule 102" elementary cellular automaton starting with a single ON (black) cell. 1
1, 110, 10100, 1111000, 100010000, 11001100000, 1010101000000, 111111110000000, 10000000100000000, 1100000011000000000, 101000001010000000000, 11110000111100000000000, 1000100010001000000000000, 110011001100110000000000000, 10101010101010100000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
MATHEMATICA
rule = 102; 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}]
CROSSREFS
Cf. A075439.
Sequence in context: A266179 A163664 A266844 * A267854 A135645 A266299
KEYWORD
nonn,easy
AUTHOR
Robert Price, Dec 06 2015
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 May 25 14:05 EDT 2024. Contains 372788 sequences. (Running on oeis4.)