login
A161411
First differences of A160410.
13
4, 12, 12, 36, 12, 36, 36, 108, 12, 36, 36, 108, 36, 108, 108, 324, 12, 36, 36, 108, 36, 108, 108, 324, 36, 108, 108, 324, 108, 324, 324, 972, 12, 36, 36, 108, 36, 108, 108, 324, 36, 108, 108, 324, 108, 324, 324, 972, 36, 108, 108, 324, 108, 324, 324, 972, 108, 324, 324
OFFSET
1,1
COMMENTS
The rows of the triangle in A147582 converge to this sequence.
Contribution from Omar E. Pol, Mar 28 2011 (Start):
a(n) is the number of cells turned "ON" at n-th stage of the cellular automaton of A160410.
a(n) is also the number of toothpicks added at n-th stage to the toothpick structure of A160410.
(End)
LINKS
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.]
FORMULA
a(n) = A048883(n-1)*4.
EXAMPLE
If written as a triangle:
.4;
.12;
.12,36;
.12,36,36,108;
.12,36,36,108,36,108,108,324;
MATHEMATICA
4*3^DigitCount[Range[0, 100], 2, 1] (* Paolo Xausa, Sep 01 2023 *)
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, May 20 2009, Jun 13 2009, Jun 14 2009
EXTENSIONS
Edited by David Applegate and N. J. A. Sloane, Jul 13 2009
STATUS
approved