cp's OEIS Frontend

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.

A182839 Number of toothpicks and D-toothpicks added at n-th stage to the H-toothpick structure of A182838.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 6, 10, 8, 4, 6, 12, 16, 14, 14, 22, 16, 4, 6, 12, 16, 16, 20, 32, 36, 22, 14, 28, 42, 40, 36, 50, 32, 4, 6, 12, 16, 16, 20, 32, 36, 24
Offset: 0

Views

Author

Omar E. Pol, Dec 12 2010

Keywords

Comments

From Omar E. Pol, Feb 06 2023: (Start)
The "word" of this cellular automaton is "ab".
Apart from the initial zero the structure of the irregular triangle is as shown below:
a,b;
a,b;
a,b,a,b;
a,b,a,b,a,b,a,b;
a,b,a,b,a,b,a,b,a,b,a,b,a,b,a,b;
...
Columns "a" contain numbers of toothpicks and D-toothpicks when in the top border of the structure there are only toothpicks (of length 1).
Columns "b" contain numbers of toothpicks and D-toothpicks when in the top border of the structure there are only D-toothpicks (of length sqrt(2)).
An associated sound to the animation could be (tick, tock), (tick, tock), ..., the same as the ticking clock sound.
Row lengths are the terms of A011782 multiplied by 2, also the column 2 of A296612.
For further information about the word of cellular automata see A296612.
It appears that the right border of the irregular triangle gives the even powers of 2. (End)

Examples

			From _Omar E. Pol_, Feb 06 2023: (Start)
The nonzero terms can write as an irregular triangle as shown below:
  1, 2;
  4, 4;
  4, 6, 10, 8;
  4, 6, 12, 16, 14, 14, 22, 16;
  4, 6, 12, 16, 16, 20, 32, 36, 22, 14, 28, 42, 40, 36, 50, 32;
  ...
(End)
		

Crossrefs

First differences of A182838.

Formula

Conjecture: a(n) = (A182841(n+1) + A010673(n))/4, n >= 2. - Omar E. Pol, Feb 10 2023

Extensions

a(19)-a(41) from Omar E. Pol, Jan 06 2023