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!)
A265280 Binary representation of the n-th iteration of the "Rule 86" elementary cellular automaton starting with a single ON (black) cell. 2
1, 111, 10011, 1111011, 100010011, 11101111011, 1001000010011, 111111001111011, 10000011100010011, 1110001001101111011, 100110111101000010011, 11110100001011001111011, 1000101100110011100010011, 111011001110111001101111011, 10010011100100011101000010011 (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 = 86; 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. A071032.
Sequence in context: A284208 A266381 A118109 * A267275 A135577 A153498
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 April 27 20:19 EDT 2024. Contains 372020 sequences. (Running on oeis4.)