OFFSET
0,3
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..16383
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.]
Christina Talar Bekaroğlu, Analyzing Dynamics of Larger than Life: Impacts of Rule Parameters on the Evolution of a Bug's Geometry, Master's thesis, Calif. State Univ. Northridge (2023). See p. 92.
Michael De Vlieger, Scatterplot of Log_2 a(n) for n = 1..1024.
N. J. A. Sloane, Catalog of Toothpick and Cellular Automata Sequences in the OEIS
EXAMPLE
If written as a triangle, begins:
0;
1;
2;
4,4;
4,8,16,8;
4,8,16,16,16,32,64,16;
4,8,16,16,16,32,64,32,16,32,64,64,64,128,256,32;
4,8,16,16,16,32,64,32,16,32,64,64,64,128,256,64,16,32,64,64,64,128,256,128,...
MATHEMATICA
Prepend[Times @@@ Partition[Array[2^DigitCount[Floor[#/2], 2, 1] &, 120, 0], 2, 1], 0] (* Michael De Vlieger, Jan 11 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Oct 10 2010
STATUS
approved