A170906 Triangle read by rows: T(n,k) = number of cells that are turned from OFF to ON at stage k of the cellular automaton in the 30-60-90 triangle of hexagons defined in Comments.
1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 4, 1, 2, 1, 1, 2, 2, 4, 2, 2, 3, 3, 1, 1, 2, 2, 4, 2, 4, 5, 4, 1, 2, 1, 1, 2, 2, 4, 2, 4, 6, 6, 1, 2, 3, 3, 1, 1, 2, 2, 4, 2, 4, 6, 8, 1, 2, 3, 5, 3, 3, 1, 1, 2, 2, 4, 2, 4, 6, 8, 2, 2, 3, 5, 5, 3, 5, 4, 1, 1, 2, 2, 4, 2, 4, 6, 8, 2, 4, 5, 6, 7, 6, 6, 4, 1, 2, 1
Offset: 1
Examples
Triangle begins: 1 1 2 1 1 2 2 2 1 1 2 2 4 1 2 1 1 2 2 4 2 2 3 3 1 1 2 2 4 2 4 5 4 1 2 1 1 2 2 4 2 4 6 6 1 2 3 3 1 1 2 2 4 2 4 6 8 1 2 3 5 3 3 1 1 2 2 4 2 4 6 8 2 2 3 5 5 3 5 4 1 1 2 2 4 2 4 6 8 2 4 5 6 7 6 6 4 1 2 1 ... Row n = 4, [1 2 2 4 1 2 1], corresponds to the sequence of cells being turned ON shown in the following triangle (X denotes a cell that stays OFF). The hexagons have to be imagined. 7 .6 6.5 .X.4 X.4.3 .4.X.2 4.3.2.1
Links
- N. J. A. Sloane, Table of n, a(n) for n = 1..16384 (Rows 1..128, flattened)
- David Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191. [There is a typo in Theorem 6: (13) should read u(n) = 4.3^(wt(n-1)-1) for n >= 2.]
- N. J. A. Sloane, Catalog of Toothpick and Cellular Automata Sequences in the OEIS
Comments