A160164 Number of toothpicks after n-th stage in the I-toothpick structure of A139250.
0, 2, 6, 14, 22, 30, 46, 70, 86, 94, 110, 134, 158, 190, 246, 310, 342, 350, 366, 390, 414, 446, 502, 566, 606, 638, 694, 766, 846, 966, 1142, 1302, 1366, 1374, 1390, 1414, 1438, 1470, 1526, 1590, 1630, 1662, 1718, 1790
Offset: 0
Keywords
Examples
From _Omar E. Pol_, Aug 12 2013: (Start) Illustration of initial terms: . _ _ _ _ . _ _ _ _ |_ _ _ _| |_ _ _ _| . _ _ |_ _| |_ _| | |_ _| | _|_|_ _|_|_ . | | | | | | | | | | | | | | . | _|_ |_|_| |_|_| |_|_| _ _|_|_|_ _ . | | _|_ _|_ |_|_ _|_| |_|_ _|_| . | | _|_ _|_ . . 2 6 14 22 30 46 . (End)
Links
- N. J. A. Sloane, Table of n, a(n) for n = 0..16384
- 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
- Wikipedia, Cairo pentagonal tiling
- Index entries for sequences related to cellular automata
Programs
-
Mathematica
CoefficientList[Series[(2 x / ((1 - x) (1 + 2 x))) (1 + 2 x Product[1 + x^(2^k - 1) + 2 x^(2^k), {k, 0, 20}]), {x, 0, 53}], x] (* Vincenzo Librandi, Feb 15 2015 *)
Formula
a(n) = 2*A139250(n).
a(n) = A187220(n+1) - 1. - Omar E. Pol, Mar 12 2011, Mar 22 2011
It appears that a(n) = (A169707(n) - 1)/2 + (A169707(n+1) - 1)/2, n >= 1. - Omar E. Pol, Jul 24 2015
Extensions
Zero inserted, more terms and edited by Omar E. Pol, Mar 12 2011
Comments