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 A194277 #49 Sep 26 2015 01:17:13 %S A194277 2,4,3,6,7,2,7,7,2,3,3,1,0,1,1,0,0,1,0,0,0,1 %N A194277 Known number of distinct polygonal shapes with n sides in the infinite D-toothpick structure of A194270. %C A194277 WARNING: The numbers are not fully tested. A new polygonal shape may appear in the structure beyond the stage 128 of A194270. %C A194277 The cellular automaton of A194270 contains a large number of distinct polygonal shapes. For simplicity we call "polygons" to polygonal shapes. %C A194277 In order to construct this sequence we use the following rules: %C A194277 - Consider only the convex polygons and the concave polygons. Self-intersecting polygons are not counted (Note that some polygons contain in their body a toothpick or D-toothpick with an exposed endpoint; that element is not a part of the perimeter of the polygons). %C A194277 - If two polygons have the same shape but they have different size then these polygons must be counted as distinct types of polygons. %C A194277 - The reflected shapes of asymmetric polygons, both with the same area, must be counted as distinct types of polygons. %C A194277 For more information see A194276 and A194278. %H A194277 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 A194277 <a href="/index/To#toothpick">Index entries for sequences related to toothpick sequences</a> %e A194277 Consider toothpicks of length 2 and D-toothpicks of length sqrt(2): %e A194277 a(3) = 2 because the structure contains 2 types of triangles, each with area: 1, 2. %e A194277 a(4) = 4 because the structure contains 4 types of quadrilaterals: 3 squares, each with area: 2, 4, 8 and also a rectangle with area 8. %e A194277 a(5) = 3 because the structure contains 3 types of pentagons: a concave pentagon with area = 3 and also 2 convex pentagons with area 5 and 6. %e A194277 a(12) = 3 because the structure contains 3 types of dodecagons: a symmetric concave dodecagon with area 29 and also 2 asymmetrict concave dodecagons both with area = 18. These last dodecagons are essentially equal but with reflected shape, so a(12) = 3 not 2. %Y A194277 Cf. A194270, A194276, A194278, A194444. %K A194277 nonn,more,hard %O A194277 3,1 %A A194277 _Omar E. Pol_, Aug 25 2011