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!)
A118174 Binary representation of n-th iteration of the Rule 188 elementary cellular automaton starting with a single black cell. 7
1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Rule 188
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
EXAMPLE
Triangle starts:
1;
0, 1, 1;
0, 0, 1, 0, 1;
0, 0, 0, 1, 1, 1, 1;
0, 0, 0, 0, 1, 1, 1, 0, 1;
...
MATHEMATICA
lim = 10; a = {}; Do[AppendTo[a, Table[0, k - 1]~Join~Take[#[[k]], k]], {k, Length@ #}] &@ CellularAutomaton[188, {{1}, 0}, lim]; Flatten@ a (* Michael De Vlieger, Dec 09 2015 *)
CROSSREFS
Cf. A118173, decimal representation.
Cf. A265428, total number of ON cells in n-th iteration.
Cf. A265429, total number of ON cells after n iterations.
Cf. A265430, total number of OFF cells in n-th iteration.
Cf. A265431, total number of OFF cells after n iterations.
Sequence in context: A167683 A266502 A075438 * A353815 A156258 A132138
KEYWORD
nonn,easy,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 26 16:30 EDT 2024. Contains 372003 sequences. (Running on oeis4.)