Hello everyone!
Todd R. and I were doing some experiments with 2D CAs. Our goal was to find something unusual.
After a few tries, by observing a slice of the evolution of 2D totalistic rule 169, we observed some "circular" patterns.
The code to get what we were analyzing is:
ArrayPlot[CellularAutomaton[{169, {2, 1}, {1, 1}}, {{{1}}, 0}, {1000,All, {{0}}}]]
And the output is:
Do you also see this "circular" shapes in the evolution above?
If these patterns actually happen to exist, this would be interesting since "circular" patterns do not tend to be common in this type of CA.
That is it =)
What is your opinion about it??