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-10 of 13 results. Next

A182632 Toothpick sequence on the hexagonal net starting from a node.

Original entry on oeis.org

0, 3, 9, 21, 33, 45, 69, 105, 129, 141, 165, 213, 273, 321, 381, 465, 513, 525, 549, 597, 657, 717, 801, 933, 1065, 1137, 1197, 1317, 1485, 1629, 1785, 1977, 2073, 2085, 2109, 2157, 2217, 2277, 2361, 2493, 2625, 2709, 2793, 2949, 3177, 3405, 3633
Offset: 0

Views

Author

Omar E. Pol, Dec 07 2010

Keywords

Comments

A connected network of toothpicks is constructed by the following iterative procedure. At stage 1, place three toothpicks each of length 1 on a hexagonal net, as a propeller, joined at a node. At each subsequent stage, add two toothpicks (which could be called a single V-toothpick with a 120-degree corner) adjacent to each node which is the endpoint of a single toothpick.
The exposed endpoints of the toothpicks of the old generation are touched by the endpoints of the toothpicks of the new generation. In the graph, the edges of the hexagons become edges of the graph, and the graph grows such that the nodes that were 1-connected in the old generation are 3-connected in the new generation.
It turns out heuristically that this growth does not show frustration, i.e., a free edge is never claimed by two adjacent exposed endpoints at the same stage; the rule of growing the network does apparently not need specifications to address such cases.
The sequence gives the number of toothpicks in the toothpick structure after n-th stage. A182633 (the first differences) gives the number of toothpicks added at n-th stage.
a(n) is also the number of components after n-th stage in a toothpick structure starting with a single Y-toothpick in stage 1 and adding only V-toothpicks in stages >= 2. For example: consider that in A161644 a V-toothpick is also a polytoothpick with two components or toothpicks and a Y-toothpick is also a polytoothpick with three components or toothpicks. For more information about this comment see A161206, A160120 and A161644.
Has a behavior similar to A151723, A182840. - Omar E. Pol, Mar 07 2013
From Omar E. Pol, Feb 17 2023: (Start)
Assume that every triangular cell has area 1.
It appears that the structure contains only three types of polygons:
- Regular hexagons of area 6.
- Concave decagons (or concave 10-gons) of area 12.
- Concave dodecagons (or concave 12-gons) of area 18.
There are infinitely many of these polygons.
The structure contains concentric hexagonal rings formed by hexagons and also contains concentric hexagonal rings formed by alternating decagons and dodecagons.
The structure has internal growth.
For an animation see the movie version in the Links section.
The animation shows the fractal-like behavior the same as in other members of the family of toothpick cellular automata.
For another version starting with a simple toothpick see A182840.
For a version of the structure in the first quadrant but on the square grid see A182838. (End)

Examples

			a(0)=0. At stage 1 we place 3 toothpicks connected to the initial grid point of the structure. Note that there are 3 exposed endpoints. At stage 2 we place 6 toothpicks, so a(2)=3+6=9, etc.
		

Crossrefs

Formula

a(n) = 3*A182634(n).
a(n) = 1 + 2*A161644(n), n >= 1. - Omar E. Pol, Mar 07 2013

A161645 First differences of A161644: number of new ON cells at generation n of the triangular cellular automaton described in A161644.

Original entry on oeis.org

0, 1, 3, 6, 6, 6, 12, 18, 12, 6, 12, 24, 30, 24, 30, 42, 24, 6, 12, 24, 30, 30, 42, 66, 66, 36, 30, 60, 84, 72, 78, 96, 48, 6, 12, 24, 30, 30, 42, 66, 66, 42, 42, 78, 114, 114, 114, 150, 138, 60, 30, 60, 84, 90, 114, 174, 198, 132, 90, 144, 210, 192, 192, 210, 96, 6, 12, 24
Offset: 0

Views

Author

David Applegate and N. J. A. Sloane, Jun 15 2009

Keywords

Comments

See the comments in A161644.
It appears that a(n) is also the number of V-toothpicks or Y-toothpicks added at the n-th stage in a toothpick structure on hexagonal net, starting with a single Y-toothpick in stage 1 and adding only V-toothpicks in stages >=2 (see A161206, A160120, A182633). - Omar E. Pol, Dec 07 2010

Examples

			From _Omar E. Pol_, Apr 08 2015: (Start)
The positive terms written as an irregular triangle in which the row lengths are the terms of A011782:
1;
3;
6,6;
6,12,18,12;
6,12,24,30,24,30,42,24;
6,12,24,30,30,42,66,66,36,30,60,84,72,78,96,48;
6,12,24,30,30,42,66,66,42,42,78,114,114,114,150,138,60,30,60,84,90,114,174,198,132,90,144,210,192,192,210,96;
...
It appears that the right border gives A003945.
(End)
		

References

  • R. Reed, The Lemming Simulation Problem, Mathematics in School, 3 (#6, Nov. 1974), front cover and pp. 5-6. [Describes the dual structure where new triangles are joined at vertices rather than edges.]

Crossrefs

A182841 Number of toothpicks added at n-th stage in the toothpick structure of A182840.

Original entry on oeis.org

0, 1, 4, 8, 14, 16, 14, 24, 38, 32, 14, 24, 46, 64, 54, 56, 86, 64, 14, 24, 46, 64, 62, 80, 126, 144, 86, 56, 110, 168, 158, 144, 198, 128, 14, 24, 46, 64, 62, 80, 126, 144, 94, 80, 142, 224, 238, 224, 286, 304, 150, 56, 110, 168, 182, 216, 326, 408, 302, 176, 262, 408, 414, 360, 438, 256
Offset: 0

Views

Author

Omar E. Pol, Dec 09 2010

Keywords

Comments

First differences of A182840.

Examples

			From _Omar E. Pol_, Nov 01 2014: (Start)
When written as an irregular triangle:
0;
1;
4;
8;
14, 16;
14, 24, 38, 32;
14, 24, 46, 64, 54, 56, 86, 64;
14, 24, 46, 64, 62, 80, 126, 144, 86, 56, 110, 168, 158, 144, 198, 128;
14, 24, 46, 64, 62, 80, 126, 144, 94, 80, 142, 224, 238, 224, 286, 304, 150, 56, 110, 168, 182, 216, 326, 408, 302, 176, 262, 408, 414, 360, 438, 256;
...
(End)
		

Crossrefs

Formula

a(2^k + 1) = 2^(k+2), at least for 0 <= k <= 9. - Omar E. Pol, Nov 01 2014

Extensions

More terms from Olaf Voß, Dec 24 2010
Wiki link added by Olaf Voß, Jan 14 2011

A182634 Toothpick sequence on hexagonal net starting at the vertex of an infinite 120-degree wedge.

Original entry on oeis.org

0, 1, 3, 7, 11, 15, 23, 35, 43, 47, 55, 71, 91, 107, 127, 155, 171, 175, 183, 199, 219, 239, 267, 311, 355, 379, 399, 439, 495, 543, 595, 659, 691, 695, 703, 719, 739, 759, 787, 831, 875, 903, 931, 983, 1059, 1135, 1211
Offset: 0

Views

Author

Omar E. Pol, Dec 08 2010

Keywords

Comments

The sequence gives the number of toothpicks after n stages. A182635 (the first differences) gives the number added at the n-th stage.
The 120-degree wedge defines a conic region which toothpicks (except one end point of the initial toothpick) are not allowed to cross or touch. The wings of the wedge point +-60 degrees away from the pointing direction of the initial toothpick.
Toothpicks are connected by their endpoints, the same as the toothpicks of A182632.
First differs from A139250 at a(11).

Crossrefs

Formula

a(n) = A182632(n)/3.

A182635 Number of toothpicks added at n-th stage to the toothpick structure of A182634.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 8, 12, 8, 4, 8, 16, 20, 16, 20, 28, 16, 4, 8, 16, 20, 20, 28, 44, 44, 24, 20, 40, 56, 48, 52, 64, 32, 4, 8, 16, 20, 20, 28, 44, 44, 28, 28, 52, 76, 76, 76
Offset: 0

Views

Author

Omar E. Pol, Dec 08 2010

Keywords

Comments

First differences of A182634.
First differs from A139251 at a(11).

Examples

			Contribution from _Omar E. Pol_, Dec 06 2012 (Start):
When written as an irregular triangle begins:
0;
1;
2;
4,4;
4,8,12,8;
4,8,16,20,16,20,28,16;
4,8,16,20,20,28,44,44,24,20,40,56,48,52,64,32;
4,8,16,20,20,28,44,44,28,28,52,76,76,76,...
(End)
		

Crossrefs

Formula

a(n) = A182633(n)/3.

A182839 Number of toothpicks and D-toothpicks added at n-th stage to the H-toothpick structure of A182838.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 6, 10, 8, 4, 6, 12, 16, 14, 14, 22, 16, 4, 6, 12, 16, 16, 20, 32, 36, 22, 14, 28, 42, 40, 36, 50, 32, 4, 6, 12, 16, 16, 20, 32, 36, 24
Offset: 0

Views

Author

Omar E. Pol, Dec 12 2010

Keywords

Comments

From Omar E. Pol, Feb 06 2023: (Start)
The "word" of this cellular automaton is "ab".
Apart from the initial zero the structure of the irregular triangle is as shown below:
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;
...
Columns "a" contain numbers of toothpicks and D-toothpicks when in the top border of the structure there are only toothpicks (of length 1).
Columns "b" contain numbers of toothpicks and D-toothpicks when in the top border of the structure there are only D-toothpicks (of length sqrt(2)).
An associated sound to the animation could be (tick, tock), (tick, tock), ..., the same as the ticking clock sound.
Row lengths are the terms of A011782 multiplied by 2, also the column 2 of A296612.
For further information about the word of cellular automata see A296612.
It appears that the right border of the irregular triangle gives the even powers of 2. (End)

Examples

			From _Omar E. Pol_, Feb 06 2023: (Start)
The nonzero terms can write as an irregular triangle as shown below:
  1, 2;
  4, 4;
  4, 6, 10, 8;
  4, 6, 12, 16, 14, 14, 22, 16;
  4, 6, 12, 16, 16, 20, 32, 36, 22, 14, 28, 42, 40, 36, 50, 32;
  ...
(End)
		

Crossrefs

First differences of A182838.

Formula

Conjecture: a(n) = (A182841(n+1) + A010673(n))/4, n >= 2. - Omar E. Pol, Feb 10 2023

Extensions

a(19)-a(41) from Omar E. Pol, Jan 06 2023

A222181 Number of pentagons added at n-th stage to the structure of A222180.

Original entry on oeis.org

0, 1, 5, 10, 10, 10, 20, 30, 20, 10, 20, 40, 40, 30, 50, 70, 40, 10, 20, 40, 60, 80
Offset: 0

Views

Author

Omar E. Pol, Mar 15 2013

Keywords

Comments

Essentially the first differences of A222180.
Also number of P-toothpicks added at n-th stage to the P-toothpick structure of A222180.

Examples

			Apparently this is an irregular triangle:
0;
1;
5;
10,10;
10,20,30,20;
10,20,40,40,30,50,70,40;
10,20,40,60,80,...
		

Crossrefs

Formula

a(n) = 10*A222173(n-2), n >= 3. - Omar E. Pol, Nov 24 2013

A233971 Number of toothpicks added at n-th stage to the structure of A233970.

Original entry on oeis.org

0, 1, 2, 2, 4, 2, 4, 6, 8, 2, 4, 6, 10, 10, 8, 14, 16, 2, 4, 6, 10, 10, 10, 18, 24, 22, 8, 14, 22, 26, 16, 30, 32, 2, 4, 6, 10, 10, 10, 18, 24, 22, 10, 18, 28, 38, 28, 46, 56, 54, 8, 14, 22, 26, 22, 42, 56, 62, 16, 30, 46, 58, 32, 62, 64, 2, 4, 6, 10, 10
Offset: 0

Views

Author

Omar E. Pol, Dec 18 2013

Keywords

Comments

Essentially the first differences of A233970.
First differs from A170905 at a(24).
First differs from both A233765 and A233781 at a(25).

Examples

			Written as an irregular triangle in which the row lengths is A011782 the sequence (starting from 1) begins:
1;
2;
2,4;
2,4,6,8;
2,4,6,10,10,8,14,16;
2,4,6,10,10,10,18,24,22,8,14,22,26,16,30,32;
2,4,6,10,10,10,18,24,22,10,18,28,38,28,46,56,54,8,14,22,26,22,42,56,62,16,30,46,58,32,62,64;
Right border gives A000079.
		

Crossrefs

A161421 First differences of A161420.

Original entry on oeis.org

0, 1, 2, 2, 2, 4, 8, 6, 6, 8, 12, 8, 10, 10, 20, 18, 10, 16, 20, 8
Offset: 0

Views

Author

Omar E. Pol, Jun 10 2009, Dec 12 2010

Keywords

Comments

Number of V-toothpicks added at the n-th stage to the V-toothpick structure of A161420. See also A161206 and A161207.
Also it appears a(n) is also the number of toothpicks and D-toothpicks added at n-th stage to the H-toothpick structure of A161420. See also A182838 and A182839.

Crossrefs

A182842 a(n) = A182841(n+2)/2.

Original entry on oeis.org

2, 4, 7, 8, 7, 12, 19, 16, 7, 12, 23, 32, 27, 28, 43, 32, 7, 12, 23, 32, 31, 40, 63, 72, 43, 28, 55, 84, 79, 72, 99, 64, 7, 12, 23, 32, 31, 40, 63, 72, 47, 40, 71, 112, 119, 112, 143, 152, 75, 28, 55, 84, 91, 108, 163, 204, 151, 88, 131, 204, 207, 180, 219, 128
Offset: 0

Views

Author

Omar E. Pol, Dec 11 2010

Keywords

Examples

			From _Omar E. Pol_, Nov 01 2014: (Start)
When written as an irregular triangle with row lengths A011782:
2;
4;
7, 8;
7, 12, 19, 16;
7, 12, 23, 32, 27, 28, 43, 32;
7, 12, 23, 32, 31, 40, 63, 72, 43, 28, 55, 84, 79, 72, 99, 64;
7, 12, 23, 32, 31, 40, 63, 72, 47, 40, 71, 112, 119, 112, 143, 152, 75, 28, 55, 84, 91, 108, 163, 204, 151, 88, 131, 204, 207, 180, 219, 128;
The right border gives the even powers of 2, at least up a(2^9-1).
(End)
		

Crossrefs

Extensions

More terms from Olaf Voß, Dec 24 2010
Wiki link added by Olaf Voß, Jan 14 2011
Showing 1-10 of 13 results. Next