A173460 Number of "ON" cells at n-th stage in simple 2-dimensional cellular automaton (see Comments for precise definition).
0, 1, 9, 21, 29, 81, 93, 105, 189, 225, 253, 441, 453, 465, 549, 585, 621, 873, 909, 945, 1197, 1305, 1397, 2025, 2037, 2049, 2133, 2169, 2205, 2457, 2493, 2529, 2781, 2889, 2997, 3753, 3789, 3825, 4077, 4185, 4293, 5049, 5157, 5265, 6021, 6345, 6637, 8649
Offset: 0
Keywords
Examples
Array begins: 0, 1, 9; 21, 29, 81; 93, 105, 189; 225, 253, 441; 453, 465, 549; ... If we label the generations of cells turned ON by consecutive numbers we get the cell pattern shown below: 7..7.....7..7 .66.......66. .65555555556. 7.545545545.7 ..553353355.. ..553222355.. ..545212545.. ..553222355.. ..553353355.. 7.545545545.7 .65555555556. .66.......66. 7..7.....7..7
Links
- Lars Blomberg, Table of n, a(n) for n = 0..6000
- 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
Formula
a(0)=0, a(n) = a(n-1) + A173461(n), n>=1. - [Lars Blomberg, Apr 23 2013]
Extensions
a(18)-a(47) from Lars Blomberg, Apr 23 2013
Comments