login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260490 Number of cells that are "POISONED" at the n-th stage of the "Ulam-Warburton" two-dimensional cellular automaton. 3
0, 0, 4, 0, 12, 0, 8, 0, 32, 0, 8, 0, 32, 0, 24, 0, 80, 0, 8, 0, 32, 0, 24, 0, 88, 0, 24, 0, 96, 0, 72, 0, 200, 0, 8, 0, 32, 0, 24, 0, 88, 0, 24, 0, 96, 0, 72, 0, 224, 0, 24, 0, 96, 0, 72, 0, 264, 0, 72, 0, 288, 0, 216, 0, 512, 0, 8, 0, 32, 0, 24, 0, 88, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Previous analysis of this cellular automaton have concentrated on cells that turn "ON". This sequence examines those cells that are never turned ON.
This cellular automaton is generated by Rule 686 using the Wolfram numbering scheme.
A "POISONED" cell is one in which no further generation can possibly utilize that cell. That is, previous generations have ensured that more than one neighbor has been turned ON.
See A147562 for extensive definitions, references and links for this cellular automaton.
Note that the offset is zero, which implies that the initial cell is at stage n=1. This corresponds to that of A147562 where a(0)=0, a(1)=1, a(2)=5, etc. The Singmaster reference implies a(0)=1, a(1)=5, etc. The choice of offset is arbitrary and neither seems to be ideal.
Observations:
Cells are referenced by their coordinates on the x,y-plane with the initial cell at (0,0).
G(i,j) is the generation where cell (i,j) is turned ON.
P(i,j) is the generation where cell (i,j) is POISONED.
Due to symmetry, analysis of only the (+,+) quadrant is necessary.
G(0,j) = j+1;
G(i,0) = i+1;
G(k,2^n-1-k) = 2^n;
G(2^n-1-k,k) = 2^n;
G(1,j) = j+2, when j is even;
G(i,1) = i+2, when i is even;
P(1,j) = j+1, when j is odd;
P(i,1) = i+1, when i is odd;
P(i,j) = k, when i,j are odd (a formula for k is not known at this time);
P(i,j) = 2^k when i=j>0, k=floor(log_2(i-1))+2.
After iterations 2^k, all cells with i+j<=2^k are either ON or POISONED.
On iterations 2^k+1, only 4 cells turned on: (0,2^k), (2^k,0), (0,-2^k), (-2^k,0).
Newly turned ON cells are always adjacent to one turned ON in the previous generation.
"POISONING" only occurs at even number (>0) stages.
Number of POISONED cells approach 1/2 the number of ON cells as n increases.
REFERENCES
D. Singmaster, On the cellular automaton of Ulam and Warburton, M500 Magazine of the Open University, #195 (December 2003), pp. 2-7.
S. Ulam, On some mathematical problems connected with patterns of growth of figures, pp. 215-224 of R. E. Bellman, ed., Mathematical Problems in the Biological Sciences, Proc. Sympos. Applied Math., Vol. 14, Amer. Math. Soc., 1962.
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 928.
LINKS
N. J. A. Sloane, On the Number of ON Cells in Cellular Automata, arXiv:1503.01168 [math.CO], 2015.
CROSSREFS
Sequence in context: A298056 A298706 A369911 * A349712 A349711 A167296
KEYWORD
nonn
AUTHOR
Robert Price, Nov 10 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)