When entering a query in Wolfram Alpha you usually see an animation shown for a couple of seconds before the result is displayed. It seems to be a cellular automaton with 3 distinctive states.
I would like to know what this particular automaton is called, and where I can find informations about it. Thank you!
It's a cellular automaton with 5 states. The rule is
3457/357/5
using Golly's notation.It has 5 states:
0
,1
,2
,3
,4
. In each step, cells behave as follows:0
->1
if 3, 5 or 7 of its eight neighbors are1
, or0
otherwise1
->1
if 3, 4, 5 or 7 of its eight neighbors are1
, or2
otherwise2
->3
3
->4
4
->0
Here is an oscillator with period 15:
Here is a puffer with period 24: