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!)
A118111 Binary representation of n-th iteration of the Rule 190 elementary cellular automaton starting with a single black cell. 5
1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Row n has length 2*n+1. - Hans Havermann, May 26 2002
LINKS
Eric Weisstein's World of Mathematics, Rule 190
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
EXAMPLE
From Michael De Vlieger, Aug 21 2020: (Start)
Irregular array begins:
0: 1
1: 1 1 1
2: 1 1 1 0 1
3: 1 1 1 0 1 1 1
4: 1 1 1 0 1 1 1 0 1
5: 1 1 1 0 1 1 1 0 1 1 1
6: 1 1 1 0 1 1 1 0 1 1 1 0 1
7: 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1
8: 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1
9: 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1
... (End)
MATHEMATICA
With[{nn = 9}, MapIndexed[#1[[#2 + 1 ;; 2 nn - #2 + 1]] & @@ {#1, nn - First[#2] + 1} &, CellularAutomaton[190, {{1}, 0}, nn]]] // Flatten (* Michael De Vlieger, Aug 21 2020 *)
CROSSREFS
Cf. A265688 (binary rows), A037576 (decimal rows), A032766 (num 1's).
Sequence in context: A071037 A118172 A071039 * A305940 A119981 A115789
KEYWORD
nonn,tabf
AUTHOR
Eric W. Weisstein, Apr 13 2006
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)