login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159793 a(n) = A153006(n)*2. 2
0, 2, 6, 12, 18, 26, 40, 56, 66, 74, 88, 106, 126, 156, 200, 240, 258, 266, 280, 298, 318, 348, 392, 434, 462, 492, 538, 594, 664, 768, 896, 992, 1026, 1034, 1048, 1066, 1086, 1116, 1160, 1202, 1230, 1260, 1306, 1362, 1432, 1536, 1664, 1762, 1806, 1836, 1882, 1938 (list; graph; refs; listen; history; text; internal format)
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.]
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
Toothpick sequence: A139250.
Sequence in context: A294062 A193764 A278484 * A238739 A006511 A325708
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 02 2009
EXTENSIONS
More terms from Jinyuan Wang, Mar 04 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 18:06 EDT 2024. Contains 372277 sequences. (Running on oeis4.)