cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A255166 Difference after n generations between the total number of single toothpicks in the I-toothpick structure of A160164 and the total number of ON cells in the "Ulam-Warburton" two-dimensional cellular automaton of A147562.

Original entry on oeis.org

0, 1, 1, 5, 1, 5, 9, 21, 1, 5, 9, 21, 9, 29, 49, 77, 1, 5, 9, 21, 9, 29, 49, 77, 9, 29, 49, 85, 57, 141, 209, 261, 1, 5, 9, 21, 9, 29, 49, 77, 9, 29, 49, 85, 57, 141, 209, 261, 9, 29, 49, 85, 57, 141, 209, 269, 57, 141, 217, 333, 289, 597, 785, 845, 1, 5, 9, 21, 9, 29, 49, 77, 9, 29, 49, 85, 57, 141, 209, 261, 9, 29, 49, 85
Offset: 0

Views

Author

Omar E. Pol, Feb 15 2015

Keywords

Examples

			Written as an irregular triangle in which the row lengths are the terms of A011782, the sequence begins:
0;
1;
1,5;
1,5,9,21;
1,5,9,21,9,29,49,77;
1,5,9,21,9,29,49,77,9,29,49,85,57,141,209,261;
1,5,9,21,9,29,49,77,9,29,49,85,57,141,209,261,9,29,49,85,57,141,209,269,57,141,217,333,289,597,785,845;
...
It appears that the right border gives [0, 1] together with A126645. The right border gives the largest difference between both C.A. in every period.
Also, written the positive terms as an irregular triangle in which the row lengths are the terms of A011782, the sequence begins:
1;
1;
5,1;
5,9,21,1;
5,9,21,9,29,49,77,1;
5,9,21,9,29,49,77,9,29,49,85,57,141,209,261,1;
5,9,21,9,29,49,77,9,29,49,85,57,141,209,261,9,29,49,85,57,141,209,269,57,141,217,333,289,597,785,845,1;
...
The right border gives A000012 according with the illustrations as shown below. In this triangle the right border gives the smallest difference between both C.A. in every period.
For example: after 8 generations the structures look like this:
.
.                                      O
.                                    O O O
.                                  O   O   O
.    _ _ _ _ _ _ _ _             O O O O O O O
.     |_ _|   |_ _|            O   O   O   O   O
.     | |_|_ _|_| |          O O O   O O O   O O O
      |_|_|_ _|_|_|        O   O   O   O   O   O   O
.     |   | | |   |      O O O O O O O O O O O O O O O
.     |_ _|_|_|_ _|        O   O   O   O   O   O   O
.     | |_|_ _|_| |          O O O   O O O   O O O
.     |_|_|   |_|_|            O   O   O   O   O
.    _|_ _|_ _|_ _|_             O O O O O O O
.                                  O   O   O
.     86 toothpicks                  O O O
.                                      O
.
.                                 85 ON cells
.
a(8) = 1 because the I-toothpick structure contains 86 single toothpicks and the "Ulam-Warburton" two-dimensional cellular automaton has 85 ON cells, so the difference of the number of elements between both structures is equal to 86 - 85 = 1.
		

Crossrefs

Formula

a(n) = A160164(n) - A147562(n).