login

Revision History for A267126

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Triangle read by rows giving successive states of cellular automaton generated by "Rule 99" initiated with a single ON (black) cell.
(history; published version)
#9 by Bruno Berselli at Mon Jan 11 10:28:18 EST 2016
STATUS

proposed

approved

#8 by Robert Price at Mon Jan 11 10:21:50 EST 2016
STATUS

editing

proposed

#7 by Robert Price at Mon Jan 11 10:21:47 EST 2016
LINKS

Robert Price, <a href="/A267126/b267126.txt">Table of n, a(n) for n = 0..10000</a>

STATUS

approved

editing

#6 by Bruno Berselli at Mon Jan 11 05:32:01 EST 2016
STATUS

reviewed

approved

#5 by Joerg Arndt at Mon Jan 11 05:08:09 EST 2016
STATUS

proposed

reviewed

#4 by Robert Price at Sun Jan 10 14:00:56 EST 2016
STATUS

editing

proposed

#3 by Robert Price at Sun Jan 10 14:00:53 EST 2016
EXAMPLE

The first ten rows: 1 1 0 0 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 1 1 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 1 1 0 1 1 0 1 0 0 1 0 0 1 1 1 1

The first ten rows:

1

1 0 0

0 1 0 1 0

1 1 0 1 0 0 1

0 0 1 1 0 0 1 0 0

1 1 1 0 1 0 1 0 0 1 1

0 0 0 1 1 0 1 0 0 1 0 0 0

1 1 1 1 0 1 1 0 0 1 0 0 1 1 1

0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0

1 1 1 1 1 0 1 1 0 1 0 0 1 0 0 1 1 1 1

#2 by Robert Price at Sun Jan 10 13:59:59 EST 2016
NAME

allocated for Robert PriceTriangle read by rows giving successive states of cellular automaton generated by "Rule 99" initiated with a single ON (black) cell.

DATA

1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1

OFFSET

0

COMMENTS

Row n has length 2n+1.

REFERENCES

S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.

LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>

S. Wolfram, <a href="http://wolframscience.com/">A New Kind of Science</a>

<a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>

<a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>

EXAMPLE

The first ten rows: 1 1 0 0 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 1 1 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 1 1 0 1 1 0 1 0 0 1 0 0 1 1 1 1

MATHEMATICA

rule=99; rows=20; ca=CellularAutomaton[rule, {{1}, 0}, rows-1, {All, All}]; (* Start with single black cell *) catri=Table[Take[ca[[k]], {rows-k+1, rows+k-1}], {k, 1, rows}]; (* Truncated list of each row *) Flatten[catri] (* Triangle Representation of CA *)

KEYWORD

allocated

nonn,tabf,easy

AUTHOR

Robert Price, Jan 10 2016

STATUS

approved

editing

#1 by Robert Price at Sun Jan 10 13:59:59 EST 2016
NAME

allocated for Robert Price

KEYWORD

allocated

STATUS

approved