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.

A160407 First differences of toothpick numbers A160406.

Original entry on oeis.org

1, 1, 2, 2, 2, 2, 4, 4, 2, 2, 4, 4, 4, 6, 10, 8, 2, 2, 4, 4, 4, 6, 10, 8, 4, 6, 10, 10, 12, 20, 26, 16, 2, 2, 4, 4, 4, 6, 10, 8, 4, 6, 10, 10, 12, 20, 26, 16, 4, 6, 10, 10, 12, 20, 26, 18, 12, 20, 28, 30, 42
Offset: 1

Views

Author

Omar E. Pol, May 23 2009

Keywords

Comments

Number of toothpicks added at n-th stage in the toothpick structure of A160406.
From Omar E. Pol, Mar 15 2020: (Start)
The cellular automaton described in A160406 has word "ab", so the structure of this triangle is as follows:
a,b;
a,b;
a,b,a,b;
a,b,a,b,a,b,a,b;
a,b,a,b,a,b,a,b,a,b,a,b,a,b,a,b;
...
The row lengths are the terms of A011782 multiplied by 2, equaling the column 2 of the square array A296612: 2, 2, 4, 8, 16, ...
This arrangement has the property that the odd-indexed columns (a) contain numbers of the toothpicks that are parallel to initial toothpick, and the even-indexed columns (b) contain numbers of the toothpicks that are orthogonal to the initial toothpick.
For further information about the "word" of a cellular automaton see A296612. (End)

Examples

			From _Omar E. Pol_, Jul 18 2009, Mar 15 2020: (Start)
If written as a triangle:
1,1;
2,2;
2,2,4,4;
2,2,4,4,4,6,10,8;
2,2,4,4,4,6,10,8,4,6,10,10,12,20,26,16;
2,2,4,4,4,6,10,8,4,6,10,10,12,20,26,16,4,6,10,10,12,20,26,18,12,20,28,30,42;...
(End)
		

Crossrefs

Extensions

More terms from N. J. A. Sloane, Jul 17 2009