OFFSET
0,6
COMMENTS
First take the sum of the values of the left neighbor, the cell itself, and the right neighbor. The next value of the cell will equal this sum if the value of the left neighbor is zero, or if the cell and its right neighbor are both zero.
In other cases the next value of the cell will be zero.
The pattern of nonzero cells is the same as the rule 30 CA (A070950), but the cell values grow as the CA progresses.
LINKS
Nathan M Epstein, Color visualization of A323179
EXAMPLE
Triangle begins:
1
1, 1, 1
1, 2, 0, 0, 1
1, 3, 0, 2, 1, 1, 1
1, 4, 0, 0, 3, 0, 0, 0, 1
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Nathan M Epstein, Jan 10 2019
STATUS
approved