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!)
A079318 a(0) = 1; for n > 0, a(n) = (3^(A000120(n)-1) + 1)/2. 4

%I #31 Jul 29 2023 03:14:03

%S 1,1,1,2,1,2,2,5,1,2,2,5,2,5,5,14,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,

%T 41,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,14,

%U 41,14,41,41,122,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,14

%N a(0) = 1; for n > 0, a(n) = (3^(A000120(n)-1) + 1)/2.

%D Alex Fink, Aviezri S. Fraenkel and Carlos Santos, LIM is not slim, International Journal of Game Theory, May 2013

%D David Singmaster, On the cellular automaton of Ulam and Warburton, M500 Magazine of the Open University, #195 (December 2003), pp. 2-7.

%H Amiram Eldar, <a href="/A079318/b079318.txt">Table of n, a(n) for n = 0..10000</a>

%H David Applegate, Omar E. Pol and N. J. A. Sloane, <a href="/A000695/a000695_1.pdf">The Toothpick Sequence and Other Sequences from Cellular Automata</a>, 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.]

%H David Singmaster, <a href="/A079314/a079314.pdf">On the cellular automaton of Ulam and Warburton</a>, 2003 [Cached copy, included with permission]

%H N. J. A. Sloane, <a href="/wiki/Catalog_of_Toothpick_and_CA_Sequences_in_OEIS">Catalog of Toothpick and Cellular Automata Sequences in the OEIS</a>

%F For n>=1, a(n) mod 2 = A010060(n), the Thue-Morse sequence - _Benoit Cloitre_, Mar 23 2004

%F a(n) = Sum_{i+j+k=n, 0<=k<=j<=i<=n} (n!/(i!*j!*k!) mod 2). - _Benoit Cloitre_, Jul 02 2004

%e From _Omar E. Pol_, Jul 18 2009: (Start)

%e If written as a triangle:

%e 1;

%e 1;

%e 1,2;

%e 1,2,2,5;

%e 1,2,2,5,2,5,5,14;

%e 1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41;

%e 1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,14,41,14,41,41,122;

%e (End)

%t a[n_] := (3^(DigitCount[n, 2, 1] - 1) + 1)/2; a[0] = 1; Array[a, 100, 0] (* _Amiram Eldar_, Jul 29 2023 *)

%Y Cf. A079314, A079315, A079316, A079317, A079318, A079319.

%Y Cf. A010060, A092255.

%K nonn,easy

%O 0,4

%A _N. J. A. Sloane_, Feb 12 2003

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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)