A323642 Row n of triangle A323641 when n -> infinity.
1, 2, 3, 6, 3, 6, 9, 18, 3, 6, 9, 18, 9, 18, 27, 54, 3, 6, 9, 18, 9, 18, 27, 54, 9, 18, 27, 54, 27, 54, 81, 162
Offset: 1
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 1 2 3 a(n) 1 3 7 . Note that for n = 2 the structure is also the same as a pair of Y-toothpicks connected by their endpoints (see A160120).
Written as an irregular triangle the sequence begins: 1,2; 4,8; 4,8,12,24; 4,8,12,24,12,24,36,72; 4,8,12,24,12,24,36,72,12,24,36,72,36,72,108,216; 4,8,12,24,12,24,36,72,12,24,36,72,36,72,108,216,12,24,36,72,36,72,108,216,... ...
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