Ulam–Warburton Automaton
   HOME

TheInfoList



OR:

The Ulam–Warburton cellular automaton (UWCA) is a 2-dimensional
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as illu ...
pattern that grows on a regular grid of cells consisting of squares. Starting with one square initially ON and all others OFF, successive iterations are generated by turning ON all squares that share precisely one edge with an ON square. This is the von Neumann neighborhood. The automaton is named after the Polish-American mathematician and scientist
Stanislaw Ulam Stanisław Marcin Ulam (; 13 April 1909 – 13 May 1984) was a Polish-American scientist in the fields of mathematics and nuclear physics. He participated in the Manhattan Project, originated the Teller–Ulam design of thermonuclear weapon ...
and the Scottish engineer, inventor and amateur mathematician Mike Warburton.


Properties and relations

The UWCA is a 2D 5-neighbor outer totalistic cellular automaton using rule 686. The number of cells turned ON in each iteration is denoted u(n), with an explicit formula: u(0)=0, u(1)=1, and for n \ge 2 u(n) = 4\cdot 3^ where wt(n) is the Hamming weight function which counts the number of 1's in the binary expansion of n wt(n)=n-\sum_^ \left\lfloor\frac\right\rfloor The minimum upper bound of summation for k is such that 2^k \geq n The total number of cells turned ON is denoted U(n) U(n)=\sum_^n u(i) = \frac\sum_^ 3^-\frac


Table of ''wt(n)'', ''u(n)'' and ''U(n)''

The table shows that different inputs to wt(n) can lead to the same output. This
surjective In mathematics, a surjective function (also known as surjection, or onto function) is a function that every element can be mapped from element so that . In other words, every element of the function's codomain is the image of one element of i ...
property emerges from the simple rule of growth – a new cell is born if it shares only one-edge with an existing ON cell - the process appears disorderly and is modeled by functions involving wt(n) but within the chaos there is regularity. U(n) is OEIS sequenc
A147562
and u(n) is OEIS sequenc
A147582


Counting cells with quadratics

For all integer sequences of the form n_m=m\cdot2^k where m \ge 1 and k \ge 0 Let a_m=\sum_^ 3^ (a_m is OEIS sequenc
A130665
Then the total number of ON cells in the integer sequence n_m is given by U_m(n_m)=\frac\fracn_m^2 - \frac Or in terms of k we have U_m(k)=a_m\frac2^ - \frac


Table of integer sequences ''nm'' and ''Um''


Upper and lower bounds

U(n) has
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as illu ...
-like behavior with a sharp upper bound for n\ge 1 given by : U_\text(n)=\fracn^2-\frac The upper bound only contacts U(n) at 'high-water' points when n=2^k. These are also the generations at which the UWCA based on squares, the Hex–UWCA based on hexagons and the Sierpinski triangle return to their base shape.


Limit superior and limit inferior

We have :0.9026116569...=\liminf_\frac < \limsup_\frac = \frac The lower limit was obtained by Robert Price ( OEIS sequenc
A261313
) and took several weeks to compute and is believed to be twice the lower limit of \frac where T(n) is the total number of toothpicks in the
toothpick sequence In geometry, the toothpick sequence is a sequence of 2-dimensional patterns which can be formed by repeatedly adding line segments ("toothpicks") to the previous pattern in the sequence. The first stage of the design is a single "toothpick", or ...
up to generation n


Relationship to


Hexagonal UWCA

The Hexagonal-Ulam–Warburton cellular automaton (Hex-UWCA) is a 2-dimensional
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as illu ...
pattern that grows on a regular grid of cells consisting of hexagons. The same growth rule for the UWCA applies and the pattern returns to a hexagon in generations n=2^k, when the first hexagon is considered as generation 1. The UWCA has two reflection lines that pass through the corners of the initial cell dividing the square into four quadrants, similarly the Hex-UWCA has three reflection lines dividing the hexagon into six sections and the growth rule follows the symmetries. Cells whose centers lie on a line of reflection symmetry are never born. The Hex-UWCA pattern can be explore
here


Sierpinski triangle

The Sierpinski triangle appears in 13th century Italian floor mosaics. Wacław Sierpiński described the triangle in 1915. If we consider the growth of the triangle, with each row corresponding to a generation and the top row generation 1 is a single triangle, then like the UWCA and the Hex-UWCA it returns to its starting shape, in generations n=2^k.


Toothpick sequence

The toothpick pattern is constructed by placing a single toothpick of unit length on a square grid, aligned with the vertical axis. At each subsequent stage, for every exposed toothpick end, place a perpendicular toothpick centred at that end. The resulting structure has a fractal-like appearance. The toothpick and UWCA structures are examples of cellular automata defined on a graph and when considered as a subgraph of the infinite square grid the structure is a tree. The toothpick sequence returns to its base rotated ‘H’ shape in generations n=2^k where k \ge 1 The
toothpick sequence In geometry, the toothpick sequence is a sequence of 2-dimensional patterns which can be formed by repeatedly adding line segments ("toothpicks") to the previous pattern in the sequence. The first stage of the design is a single "toothpick", or ...
and various toothpick-like sequences can be explore
here


Combinatorial game theory

A subtraction game called LIM, in which two players alternately modify three piles of tokens by taking an equal amount of tokens from two of the piles and adding the same amount to the third pile, has a set of winning positions that can be described using the Ulam–Warburton automaton.


History

The beginnings of automata go back to a conversation Ulam had with Stanislaw Mazur in a coffee house in Lwów Poland when Ulam was twenty in 1929.S. M. Ulam, Adventures of a Mathematician, p32 Ulam worked with John von Neumann during the war years when they became good friends and discussed cellular automaton. Von Neumann’s used these ideas in his concept of a universal constructor and the digital computer. Ulam focussed on biological and ‘crystal like’ patterns publishing a sketch of the growth of a square based cell structure using a simple rule in 1962. Mike Warburton is an amateur mathematician working in probabilistic number theory who was educated at George Heriot's School in Edinburgh. His son's mathematics
GCSE The General Certificate of Secondary Education (GCSE) is an academic qualification in a particular subject, taken in England, Wales, and Northern Ireland. State schools in Scotland use the Scottish Qualifications Certificate instead. Private sc ...
coursework involved investigating the growth of equilateral triangles or squares in the Euclidean plane with the rule – a new generation is born if and only if connected to the last by only one-edge. That coursework concluded with a recursive formula for the number of ON cells born in each generation. Later, Warburton found the sharp upper bound formula which he wrote up as a note in the Open University’s M500 magazine in 2002. David Singmaster read the article, analysed the structure and named the object the Ulam-Warburton cellular automaton in his 2003 article. Since then it has given rise to numerous integer sequences.


References


External links

* Explore the UWCA, Hex-UWCA and related integer sequenc
animations

Neil Sloane: Terrific Toothpick Patterns - Numberphile. (The UWCA starts at time 8:20)
{{DEFAULTSORT:Ulam-Warburton automaton Cellular automaton rules Fractals