Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a160123 -id:a160123
     Sort: relevance | references | number | modified | created      Format: long | short | data
Y-toothpick sequence (see Comments lines for definition).
+10
88
0, 1, 4, 7, 16, 19, 28, 37, 58, 67, 76, 85, 106, 121, 142, 169, 220, 247, 256, 265, 286, 301, 322, 349, 400, 433, 454, 481, 532, 583, 640, 709, 826, 907, 928, 937, 958, 973, 994, 1021, 1072, 1105, 1126, 1153, 1204, 1255, 1312, 1381, 1498, 1585, 1618, 1645
OFFSET
0,3
COMMENTS
A Y-toothpick (or Y-shaped toothpick) is formed from three toothpicks of length 1, like a star with three endpoints and only one middle-point.
On the infinite triangular grid, we start at round 0 with no Y-toothpicks.
At round 1 we place a Y-toothpick anywhere in the plane.
At round 2 we add three more Y-toothpicks. After round 2, in the structure there are three rhombuses and a hexagon.
At round 3 we add three more Y-toothpicks.
And so on ... (see illustrations).
The sequence gives the number of Y-toothpicks after n rounds. A160121 (the first differences) gives the number added at the n-th round.
The Y-toothpick pattern has a recursive, fractal (or fractal-like) structure.
Note that, on the infinite triangular grid, a Y-toothpick can be represented as a polyedge with three components. In this case, at the n-th round, the structure is a polyedge with 3*a(n) components.
This structure is more complex than the toothpick structure of A139250. For example, at some rounds we can see inward growth.
The structure contains distinct polygons which have side length equal to 1.
Observation: It appears that the region of the structure where all grid points are covered is formed only by three distinct polygons:
- Triangles
- Rhombuses
- Concave-convex hexagons
Holes in the structure: Also, we can see distinct concave-convex polygons which contains a region where there are no grid points that are covered, for example:
- Decagons (with 1 non-covered grid point)
- Dodecagons (with 4 non-covered grid points)
- 18-gons (with 7 non-covered grid points)
- 30-gons (with 26 non-covered grid points)
- ...
Observation: It appears that the number of distinct polygons that contain non-covered grid points is infinite.
This sequence appears to be related to powers of 2. For example:
Conjecture: It appears that if n = 2^k, k>0, then, between the other polygons, there appears a new centered hexagon formed by three rhombuses with side length = 2^k/2 = n/2.
Conjecture: Consider the perimeter of the structure. It appears that if n = 2^k, k>0, then the structure is a triangle-shaped polygon with A000225(k)*6 sides and a half toothpick in each vertice of the "triangle".
Conjecture: It appears that if n = 2^k, k>0, then the ratio of areas between the Y-toothpick structure and the unitary triangle is equal to A006516(k)*6.
See the entry A139250 for more information about the growth of "standard" toothpicks.
See also A160715 for another version of this structure but without internal growth of Y-toothpicks. [Omar E. Pol, May 31 2010]
For an alternative visualization replace every single toothpick with a rhombus, or in other words, replace every Y-toothpick with the "three-diamond" symbol, so we have a cellular automaton in which a(n) gives the total number of "three-diamond" symbols after n-th stage and A160167(n) counts the total number of "ON" diamonds in the structure after n-th stage. See also A253770. - Omar E. Pol, Dec 24 2015
The behavior is similar to A153006 (see the graph). - Omar E. Pol, Apr 03 2018
MATHEMATICA
YTPFunc[lis_, step_] := With[{out = Extract[lis, {{1, 2}, {2, 1}, {-1, -1}}], in = lis[[2, 2]]}, Which[in == 0 && Count[out, 2] >= 2, 1, in == 0 && Count[out, 2] == 1, 2, True, in]]; A160120[0] = 0; A160120[n_] := With[{m = n - 1}, Count[CellularAutomaton[{YTPFunc, {}, {1, 1}}, {{{2}}, 0}, {{{m}}}], 2, 2]] (* JungHwan Min, Jan 28 2016 *)
A160120[0] = 0; A160120[n_] := With[{m = n - 1}, Count[CellularAutomaton[{435225738745686506433286166261571728070, 3, {{-1, 0}, {0, -1}, {0, 0}, {1, 1}}}, {{{2}}, 0}, {{{m}}}], 2, 2]] (* JungHwan Min, Jan 28 2016 *)
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 02 2009
EXTENSIONS
More terms from David Applegate, Jun 14 2009, Jun 18 2009
STATUS
approved
a(n) = A161431(n)/3.
+10
3
3, 8, 8, 22, 8
OFFSET
1,1
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Omar E. Pol, Jun 17 2009
STATUS
approved
a(n) = A161431(n+1)/6.
+10
3
OFFSET
1,1
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Omar E. Pol, Jun 17 2009
STATUS
approved
a(n) = A160121(n+1)*2/3.
+10
1
2, 2, 6, 2, 6, 6, 14, 6, 6, 6, 14, 10, 14, 18, 34, 18, 6, 6, 14, 10, 14, 18, 34, 22, 14, 18, 34, 34, 38, 46, 78, 54, 14, 6, 14, 10, 14, 18, 34, 22, 14, 18, 34, 34, 38, 46, 78, 58, 22, 18, 34, 34, 38, 50, 86, 78, 50, 46, 78, 90, 94, 114, 186, 154, 46, 6, 14
OFFSET
1,1
LINKS
David Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191. [There is a typo in Theorem 6: (13) should read u(n) = 4.3^(wt(n-1)-1) for n >= 2.]
CROSSREFS
Y-toothpick sequence: A160120. Cf. A160121, A160123.
Cf. A139250, A139251. [From Omar E. Pol, Jun 16 2009]
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 02 2009
EXTENSIONS
More terms from Omar E. Pol, Jun 16 2009
STATUS
approved
Y-toothpick sequence starting at the corner of an infinite hexagon from which protrudes a half toothpick with an angle = Pi/6.
+10
1
0, 1, 2, 5, 6, 9, 12, 19, 22, 25, 28, 35, 40, 47, 56, 73
OFFSET
0,3
COMMENTS
The sequence gives the number of Y-toothpicks in the structure after n rounds. A160123 (the first differences) gives the number added at the n-th round.
See the entries A160120, A161830 and A161426 for more information about Y-toothpick sequences.
LINKS
David Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191. [There is a typo in Theorem 6: (13) should read u(n) = 4.3^(wt(n-1)-1) for n >= 2.]
FORMULA
a(n) = (A160120(n+1)-1)/3.
KEYWORD
more,nonn
AUTHOR
Omar E. Pol, Jun 21 2009
STATUS
approved
a(n) = A151710(n+1)/3.
+10
0
1, 1, 3, 1, 3, 3, 7, 1, 3, 3, 7, 5, 7, 9, 17, 1, 3, 3, 7, 5, 7, 9, 17, 7, 7, 9, 17, 17, 19, 23, 39, 1
OFFSET
1,3
COMMENTS
First 23 terms the same as A151837.
LINKS
David Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191. [There is a typo in Theorem 6: (13) should read u(n) = 4.3^(wt(n-1)-1) for n >= 2.]
EXAMPLE
If written as a triangle, begins:
1;
1,3;
1,3,3,7;
1,3,3,7,5,7,9,17;
1,3,3,7,5,7,9,17,7,7,9,17,17,19,23,39;
CROSSREFS
KEYWORD
more,nonn,tabf
AUTHOR
Omar E. Pol, May 29 2010
STATUS
approved

Search completed in 0.007 seconds