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 A220496 #30 Nov 13 2018 03:11:46 %S A220496 0,1,3,7,11,15,19,26,34,38,42,50,58,66,74,87,103,107,111,119,127,135, %T A220496 143,157,173,181,189,205,221,237,253,278,310,314,318,326,334,342,350, %U A220496 364,380,388,396,412,428,444,460,486,518,526,534,550,566,582 %N A220496 Number of toothpicks and D-toothpicks after n-th stage in the structure of the D-toothpick "narrow" triangle of the first kind. %C A220496 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. %C A220496 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. %C A220496 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. %C A220496 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. %C A220496 For a similar version see A220494. For other more complex versions see A194442, A220522. %C A220496 First differs from A194442 (and from A220522) at a(12). %H A220496 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/poltp058.jpg">Illustration of the structure after 32 stages</a> %H A220496 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 A220496 <a href="/index/To#toothpick">Index entries for sequences related to toothpick sequences</a> %Y A220496 Cf. A047999, A139250, A194270, A194442, A194700, A220494, A220497, A220522. %K A220496 nonn %O A220496 0,3 %A A220496 _Omar E. Pol_, Dec 23 2012