A194276 Number of distinct polygonal shapes after n-th stage in the D-toothpick structure of A194270.
0, 0, 0, 0, 1, 3, 4, 5, 6, 7, 9, 10, 10, 11, 13, 13, 14
Offset: 0
Examples
Consider toothpicks of length 2 and D-toothpicks of length sqrt(2). . Stage New type Perimeter Area Term a(n) . 0 - - - a(0) = 0 . 1 - - - a(1) = 0 . 2 - - - a(2) = 0 . 3 - - - a(3) = 0 . 4 hexagon 4*sqrt(2)+4 6 a(4) = 1 . 5 5.1 hexagon 2*sqrt(2)+8 8 . 5.2 octagon 4*sqrt(2)+8 14 a(5) = 1+2 = 3 . 6 pentagon 2*sqrt(2)+6 5 a(6) = 3+1 = 4 . 7 enneagon 6*sqrt(2)+6 13 a(7) = 4+1 = 5
Comments