%I #51 Dec 03 2019 07:16:36
%S 0,1,3,7,11,15,21,33,41,45,51,63,75,85,101,133,149,153,159,171,183,
%T 193,209,241,261,273,291,327,363,389,431,515,547,551,557,569,581,591,
%U 607,639,659,671,689,725,761,787,829,913,953,969,993,1041,1085,1109,1149,1229,1277,1309,1357,1453,1549,1613
%N "Concave pentagon" toothpick sequence, starting with a V-toothpick (see Comments for precise definition).
%C Another version and very similar to A327330.
%C This arises from a hybrid cellular automaton on a triangular grid formed of V-toothpicks (A161206) and I-toothpicks (A160164).
%C After 2^k stages, the structure looks like a concave pentagon, which is formed essentially by an equilateral triangle (E) surrounded by two right triangles (R1 and R2) both with their hypotenuses in vertical position, as shown below:
%C .
%C * *
%C * * * *
%C * * * *
%C * * *
%C * R1 * * R2 *
%C * * * *
%C * * * *
%C * * * *
%C * * E * *
%C * * * *
%C * * * *
%C ** **
%C * * * * * * * * * *
%C .
%C Every triangle has a slight resemblance to Sierpinsky's triangle, but here the structure is much more complex.
%C For the construction of the sequence the rules are as follows:
%C On the infinite triangular grid at stage 0 there are no toothpicks, so a(0) = 0.
%C At stage 1 we place an V-toothpick, formed of two single toothpicks, with its central vertice directed up, like a gable roof, so a(1) = 1.
%C For the next n generation we have that:
%C If n is even then at every free end of the structure we add a I-toothpick formed of two single toothpicks in vertical position.
%C If n is odd then at every free end of the structure we add a V-toothpick, formed of two single toothpicks, with its central vertex directed upward, like a gable roof (see the example).
%C a(n) gives the total number of V-toothpicks and I-toothpicks in the structure after the n-th stage.
%C A327333 (the first differences) gives the number of elements added at the n-th stage.
%C 2*a(n) gives the total number of single toothpicks of length 1 after the n-th stage.
%C The structure contains many kinds of polygonal regions, for example: triangles, trapezes, parallelograms, regular hexagons, concave hexagons, concave decagons, concave 12-gons, concave 18-gons, concave 20-gons, and other polygons.
%C The structure is almost identical to the structure of A327330, but a little smaller.
%C The behavior seems to suggest that this sequence can be calculated with a formula, in the same way as A139250, but that is only a conjecture.
%C The "word" of this cellular automaton is "ab". For more information about the word of cellular automata see A296612.
%C It appears that A327330 shares infinitely many terms with this sequence.
%H 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 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%H <a href="/index/To#toothpick">Index entries for sequences related to toothpick sequences</a>
%F Conjecture: a(2^k) = A327330(2^k), k >= 0.
%e Illustration of initial terms:
%e .
%e . /\ |/\|
%e . | |
%e .
%e n: 0 1 2
%e a(n): 0 1 3
%e After two generations there are only one V-toothpick and two I-toothpicks in the structure, so a(2) = 1 + 2 = 3 (note that in total there are 2*a(2)= 2*3 = 6 single toothpicks of length 1).
%Y Cf. A139250 (normal toothpicks), A160164 (I-toothpicks), A160722 (a concave pentagon with triangular cells), A161206 (V-toothpicks), A296612, A323641, A323642, A327333 (first differences), A327330 (another version).
%Y For other hybrid cellular automata, see A194270, A194700, A220500, A289840, A290220, A294020, A294962, A294980, A299770, A323646, A323650.
%K nonn
%O 0,3
%A _Omar E. Pol_, Sep 01 2019