Amos Satterlee

Result 01: Basic Multi-Seed

Notes:

  1. As with the Result 00 group, the single seed and two separated seeds show the least impact.
    1. Single seed: all develop a single diagonal stripe because the only rule which will invoke an active cell is  4:100 . With the Result 01 group, the invoking of  4:100  acts like a single seed in each row, except shifted to the right.
    2. Two separated seeds: In all cases  4:100  is invoked. When  5:101  is invoked, the combination of the two rules create a two separated seed condition shifted to the right. This is an aabb.. pattern.
  2. The two seed and three seed conditons also follow a similar pattern to the Result 00 group. There is a growing complexity which resets after eight rulesets.

Rulesets and Seeds

The sequences for each seed condition are:
Two seeds together: 0, 1, 0, 1, 1, S, 1, S, 0, 1, 0, 1, 1, S, 1, S
Two seeds separated: 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1
Three seeds: 0, 1, 0, 1, 1, 1, 1, 2, 1, 2, 1, 2, 2, S, 2, S

This chart compares the patterns displayed based on the four seed conditions with the use of each rule in generating the pattern.

         
value1286432168421
rule111110101100011010001000
016 0 0 0 1 0 0 0 0
024 0 0 0 1 1 0 0 0
048 0 0 1 1 0 0 0 0
056 0 0 1 1 1 0 0 0
080 0 1 0 1 0 0 0 0
088 0 1 0 1 1 0 0 0
112 0 1 1 1 0 0 0 0
120 0 1 1 1 1 0 0 0
144 1 0 0 1 0 0 0 0
152 1 0 0 1 1 0 0 0
176 1 0 1 1 0 0 0 0
184 1 0 1 1 1 0 0 0
208 1 1 0 1 0 0 0 0
216 1 1 0 1 1 0 0 0
240 1 1 1 1 0 0 0 0
248 1 1 1 1 1 0 0 0

The first observation is that while three rules (7:111, 6:110, and 3:011) are required to form a column stripe (CS), a column can be formed with two rules (6:110 and 3:011). See the difference in rules used with the two-cell seed and the three-cell seed and the and the cases where a column stripe appears.

A second observation is the nature of the repetion within each seed sequence.