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.

Showing 1-4 of 4 results.

A220495 Number of toothpicks or D-toothpicks added at n-th stage to the structure of A220494.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 4, 8, 8, 4, 4, 8, 8, 8, 8, 16, 16, 4, 4, 8, 8, 8, 8, 16, 16, 8, 8, 16, 16, 16, 16, 32, 32, 4, 4, 8, 8, 8, 8, 16, 16, 8, 8, 16, 16, 16, 16, 32, 32, 8, 8, 16, 16, 16, 16, 32, 32, 16, 16, 32, 32, 32, 32, 64, 64, 4, 4, 8, 8, 8, 8, 16, 16
Offset: 0

Views

Author

Omar E. Pol, Dec 23 2012

Keywords

Comments

Essentially the first differences of A220494.
First differs from A194441 (and from A220521) at a(12).

Examples

			When written as an irregular triangle begins:
0;
1;
2;
4,4;
4,4,8,8;
4,4,8,8,8,8,16,16;
4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32;
4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32,8,8,16,16,...
		

Crossrefs

A194440 Number of toothpicks and D-toothpicks after n-th stage in the D-toothpick "wide" triangle of the second kind.

Original entry on oeis.org

0, 1, 3, 7, 11, 15, 19, 27, 35, 39, 43, 51, 63, 79, 87, 103, 119, 123, 127, 135, 147, 163, 179, 203, 229, 253, 265, 285, 313, 353, 373, 405, 437, 441, 445, 453, 465, 481, 497, 521, 547, 571, 591, 623, 663, 727, 767, 815, 869, 909, 921, 941, 973, 1021
Offset: 0

Views

Author

Omar E. Pol, Aug 29 2011

Keywords

Comments

For the D-toothpick "narrow" triangle of the second kind see A194442.
The structure is essentially one of the wedges of several D-toothpick structures. For more information see A194270. The first differences (A194441) give the number of toothpicks or D-toothpicks added at n-th stage. [Omar E. Pol, Dec 29 2012]

Crossrefs

A220520 Number of toothpicks and D-toothpicks after n-th stage in the D-toothpick "wide" triangle of the third kind.

Original entry on oeis.org

0, 1, 3, 7, 11, 15, 19, 27, 35, 39, 43, 51, 63, 79, 91, 107, 123, 127, 131, 139, 151, 167, 187, 211, 237, 261, 273, 293, 325, 365, 393, 425, 457, 461, 465, 473, 485, 501, 521, 545, 571, 595, 615, 647, 691, 755, 807, 855, 909, 944, 961, 981, 1017, 1065
Offset: 0

Views

Author

Omar E. Pol, Dec 15 2012

Keywords

Comments

The structure is essentially one of the vertical wedges of several D-toothpick structures. For more information see A220500. First differs from A194440 at a(14). The first differences (A220521) give the number of toothpicks or D-toothpicks added at n-th stage. See A220522 for the "narrow" triangle of the third kind.

Crossrefs

A220496 Number of toothpicks and D-toothpicks after n-th stage in the structure of the D-toothpick "narrow" triangle of the first kind.

Original entry on oeis.org

0, 1, 3, 7, 11, 15, 19, 26, 34, 38, 42, 50, 58, 66, 74, 87, 103, 107, 111, 119, 127, 135, 143, 157, 173, 181, 189, 205, 221, 237, 253, 278, 310, 314, 318, 326, 334, 342, 350, 364, 380, 388, 396, 412, 428, 444, 460, 486, 518, 526, 534, 550, 566, 582
Offset: 0

Views

Author

Omar E. Pol, Dec 23 2012

Keywords

Comments

This cellular automaton uses toothpicks of length 1 and D-toothpicks of length 2^(1/2). Toothpicks are placed in horizontal or vertical direction. D-toothpicks are placed in diagonal direction. Toothpicks and D-toothpicks are connected by their endpoints.
On the infinite square grid, in the first quadrant, we start with no elements, so a(0) = 0. At stage 1, we place a D-toothpick at (0,0),(1,1), so a(1) = 1. The rules for adding new elements are as follows. Each exposed endpoint of the elements of the old generation must be touched by the two endpoints of two elements of the new generation such that the angle between the old element and each new element is equal to 135 degrees. The endpoints of the D-toothpicks of the old generation that are perpendiculars to the initial D-toothpick remain exposed forever. Overlapping is prohibited.
The sequence gives the number of toothpicks and D-toothpicks in the structure after n-th stage. A220497 (the first differences) give the number of toothpicks or D-toothpicks added at n-th stage.
It appears that the structure has fractal behavior related to powers of 2. It appears that this cellular automaton has a surprising connection with the Sierpinski triangle, but here the structure is more complex.
For a similar version see A220494. For other more complex versions see A194442, A220522.
First differs from A194442 (and from A220522) at a(12).

Crossrefs

Showing 1-4 of 4 results.