A294980 a(n) is the total number of elements after n-th stage in a hybrid cellular automaton formed by Y-toothpicks and V-toothpicks (see Comments lines for precise definition).
0, 1, 4, 10, 16, 22, 40, 58, 76, 82
Offset: 0
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.
Illustration of initial terms: . | /|\ |/|\| | | | | | / \ |/ \| | | n : 0 1 2 3 a(n): 0 1 3 7 After three generations there are five I-toothpicks and two V-toothpicks in the structure, so a(3) = 5 + 2 = 7 (note that in total there are 2*a(3) = 2*7 = 14 single toothpicks of length 1).
Triangle begins: 1,2; 4,4; 4,8,10,8; 4,8,10,12,14,22,22,16; 4,8,10,12,14,22,22,20,14,24,28,34,42,60,48,36; 4,8,10,12,14,22,22,20,14,24,28,34,42,60,48,40,18,28,34,46,50,58,50,48,40,68,...
Illustration of initial terms: . . /\ |/\| . | | . n: 0 1 2 a(n): 0 1 3 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).
Triangle begins: 1,2; 4,4; 4,6,12,8; 4,6,12,12,10,16,32,16; 4,6,12,12,10,16,32,20,12,18,36,36,26,42,84,32; 4,6,12,12,10,16,32,20,12,18,36,36,26,42,84,40,16,24,48,44,24,40,80,48,32,48,... It appears that right border gives the even powers of 2.
Comments