OFFSET
0,2
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.]
N. J. A. Sloane, Catalog of Toothpick and Cellular Automata Sequences in the OEIS
PROG
(PARI) lista(nn) = concat(0, 2*Vec(x*((1+x)/(1-x))*prod(k=1, nn, 1+x^(2^k-1)+2*x^(2^k)) + O(x^nn))); \\ Jinyuan Wang, Mar 04 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 02 2009
EXTENSIONS
More terms from Jinyuan Wang, Mar 04 2020
STATUS
approved