A182619 Number of vertices that are connected to two edges in a spiral without holes constructed with n hexagons.
6, 8, 9, 10, 11, 12, 12, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 18, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 24
Offset: 1
Examples
For n=1 there is 1 hexagon, so a(1)= 6 because there are 6 vertices that are connected to two edges. For n=2 there are 2 connected hexagons, so a(2)= 8 because there are 8 vertices that are connected to two edges. For n=3 there are 3 connected hexagons, so a(3)= 9 because there are 9 vertices that are connected to two edges. If written as a triangle, begins: 6, 8,9,10,11,12,12, 13,14,14,15,15,16,16,17,17,18,18,18, 19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,24
Comments