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.
%I A182840 #54 Feb 22 2023 21:42:17 %S A182840 0,1,5,13,27,43,57,81,119,151,165,189,235,299,353,409,495,559,573,597, %T A182840 643,707,769,849,975,1119,1205,1261,1371,1539,1697,1841,2039,2167, %U A182840 2181,2205,2251,2315,2377,2457,2583,2727,2821,2901,3043,3267,3505,3729,4015 %N A182840 Toothpick sequence on hexagonal net. %C A182840 Rules: %C A182840 - Each new toothpick must lie on the hexagonal net such that the toothpick endpoints coincide with two consecutive nodes. %C A182840 - Each exposed endpoint of the toothpicks of the old generation must be touched by the endpoints of two toothpicks of new generation. %C A182840 The sequence gives the number of toothpicks after n stages. A182841 (the first differences) gives the number added at the n-th stage. %C A182840 The toothpick structure has polygons in which there are uncovered grid points, the same as A160120 and A161206. For more information see A139250. %C A182840 Has a behavior similar to A151723, A182632. - _Omar E. Pol_, Feb 28 2013 %C A182840 From _Omar E. Pol_, Feb 17 2023: (Start) %C A182840 Assume that every triangular cell has area 1. %C A182840 It appears that the structure contains only three types of polygons: %C A182840 - Regular hexagons of area 6. %C A182840 - Concave decagons (or concave 10-gons) of area 12. %C A182840 - Concave dodecagons (or concave 12-gons) of area 18. %C A182840 There are infinitely many of these polygons. %C A182840 The structure contains concentric hexagonal rings formed by hexagons and also contains concentric hexagonal rings formed by alternating decagons and dodecagons. %C A182840 For an animation see the movie version in the Links section. %C A182840 The animation shows the fractal-like behavior the same as in other members of the family of toothpick cellular automata. %C A182840 The structure has internal growth. %C A182840 For another version starting from a node see A182632. %C A182840 For a version of the structure in the first quadrant but on the square grid see A182838. (End) %H A182840 Olaf Voß, <a href="/A182840/b182840.txt">Table of n, a(n) for n = 0..1000</a> %H A182840 David Applegate, <a href="/A139250/a139250.anim.html">The movie version</a> %H A182840 David Applegate, Omar E. Pol and N. J. A. Sloane, <a href="/A000695/a000695_1.pdf">The Toothpick Sequence and Other Sequences from Cellular Automata</a>, 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.] %H A182840 N. J. A. Sloane, <a href="/wiki/Catalog_of_Toothpick_and_CA_Sequences_in_OEIS">Catalog of Toothpick and Cellular Automata Sequences in the OEIS</a> %H A182840 Olaf Voß, <a href="http://oeis.org/wiki/Toothpick_structures_on_hexagonal_net">Illustration of initial terms</a> %H A182840 <a href="/index/To#toothpick">Index entries for sequences related to toothpick sequences</a> %H A182840 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %e A182840 We start at stage 0 with no toothpicks. %e A182840 At stage 1 we place a toothpick anywhere in the plane (For example, in vertical position). There are two exposed endpoints, so a(1)=1. %e A182840 At stage 2 we place 4 toothpicks. Two new toothpicks touching each exposed endpoint. So a(2)=1+4=5. There are 4 exposed endpoints. %e A182840 At stage 3 we place 8 toothpicks. a(3)=5+8=13. The structure has 8 exposed endpoints. %e A182840 At stage 4 we place 14 toothpicks (Not 16) because there are 4 endpoints that are touched by new 8 toothpicks but there are 4 endpoints that are touched by only 6 new toothpicks (not 8), so a(4)=13+14=27. %e A182840 After 4 stages the toothpick structure has 4 hexagons and 8 exposed endpoints. %Y A182840 Cf. A139250, A160120, A161206, A182632, A182634, A182838. %K A182840 nonn %O A182840 0,3 %A A182840 _Omar E. Pol_, Dec 09 2010 %E A182840 More terms from _Olaf Voß_, Dec 24 2010 %E A182840 Wiki link added by _Olaf Voß_, Jan 14 2011