|
| |
|
|
A070950
|
|
Triangle read by rows giving successive states of cellular automaton generated by "Rule 30".
|
|
9
| |
|
|
1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| If cell and right-hand neighbor are both 0 then new state of cell = state of left-hand neighbor; otherwise new state is complement of that of left-hand neighbor.
A simple rule which produces apparently random behavior. "... probably the single most surprising discovery I have ever made" - Stephen Wolfram.
Row n has length 2n+1.
|
|
|
REFERENCES
| S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 27.
|
|
|
LINKS
| N. J. A. Sloane, Illustration of initial terms
Eric Weisstein's World of Mathematics, Rule 30
Index entries for sequences related to cellular automata
|
|
|
EXAMPLE
| 1; 1,1,1; 1,1,0,0,1; 1,1,0,1,1,1,1; ...
|
|
|
MATHEMATICA
| ArrayPlot[CellularAutomaton[30, {{1}, 0}, 50]] (N. J. A. Sloane, Aug 11 2009)
|
|
|
CROSSREFS
| Cf. A070951, A070952, A051023.
Sequence in context: A175608 A111940 A129572 * A071031 A141679 A152904
Adjacent sequences: A070947 A070948 A070949 * A070951 A070952 A070953
|
|
|
KEYWORD
| nonn,tabf,nice,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), May 19 2002
|
|
|
EXTENSIONS
| More terms from Hans Havermann (gladhobo(AT)teksavvy.com), May 24 2002
|
| |
|
|