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!)
A286998 0-limiting word of the morphism 0->10, 1->20, 2->0. 7

%I #45 Sep 26 2021 16:14:37

%S 0,1,0,2,0,1,0,1,0,2,0,1,0,0,1,0,2,0,1,0,2,0,1,0,0,1,0,2,0,1,0,1,0,2,

%T 0,1,0,0,1,0,2,0,1,0,1,0,2,0,1,0,0,1,0,2,0,1,0,2,0,1,0,0,1,0,2,0,1,0,

%U 1,0,2,0,1,0,0,1,0,2,0,1,0,0,1,0,2,0

%N 0-limiting word of the morphism 0->10, 1->20, 2->0.

%C Starting with 0, the first 5 iterations of the morphism yield words shown here:

%C 1st: 10

%C 2nd: 2010

%C 3rd: 0102010

%C 4th: 1020100102010

%C 5th: 201001020101020100102010

%C The 2-limiting word is the limit of the words for which the number of iterations is congruent to 2 mod 3.

%C Let U, V, W be the limits of u(n)/n, v(n)/n, w(n)/n, respectively. Then 1/U + 1/V + 1/W = 1, where

%C U = 1.8392867552141611325518525646532866..., (A058265)

%C V = U^2 = 3.3829757679062374941227085364..., (A276800)

%C W = U^3 = 6.2222625231203986266745611011.... (A276801)

%C If n >=2, then u(n) - u(n-1) is in {1,2}, v(n) - v(n-1) is in {2,3,4}, and w(n) - w(n-1) is in {4,6,7}.

%C From _Jiri Hladky_, Aug 29 2021: (Start)

%C This is also Arnoux-Rauzy word sigma_0 x sigma_1 x sigma_2, where sigmas are defined as:

%C sigma_0 : 0 -> 0, 1 -> 10, 2 -> 20;

%C sigma_1 : 0 -> 01, 1 -> 1, 2 -> 21;

%C sigma_2 : 0 -> 02, 1 -> 12, 2 -> 2.

%C Fixed point of the morphism 0->0102010, 1->102010, 2->2010, starting from a(1)=0. This definition has the benefit that EACH iteration yields the prefix of the limiting word.

%C Frequency of letters:

%C 0: 1/t ~ 54.368% (A192918)

%C 1: 1/t^2 ~ 29.559%

%C 2: 1/t^3 ~ 16.071%

%C where t is tribonacci constant A058265.

%C Equals A347290 with a re-mapping of values 1->2, 2->1.

%C (End)

%H Jiri Hladky, <a href="/A286998/b286998.txt">Table of n, a(n) for n = 1..20000</a> (terms 1..10000 from Clark Kimberling).

%H L. Balková, M. Bucci, A. De Luca, J. Hladký, and S. Puzynina: <a href="https://doi.org/10.1016/j.tcs.2016.07.042">Aperiodic Pseudorandom Number Generators Based on Infinite Words</a>, Theoret. Comput. Sci. 647 (2016), 85-100.

%H Julien Cassaigne, Sebastien Ferenczi, and Luca Q. Zamboni, <a href="http://www.numdam.org/item?id=AIF_2000__50_4_1265_0">Imbalances in Arnoux-Rauzy sequences</a>, Annales de l'institut Fourier, 50 (2000), 1265-1276.

%H D. Damanik and L. Q. Zamboni, <a href="https://arxiv.org/abs/math/0208137">Arnoux-Rauzy subshifts: linear recurrence, powers and palindromes</a>, arXiv:math/0208137 [math.CO], 2002.

%H J. Patera, <a href="http://sts-karelia09.jinr.ru/publish/Pepan/v-33-7/20.pdf">GENERATING THE FIBONACCI CHAIN IN O (log n) SPACE AND O (n) TIME</a> (2003)

%H Gérard Rauzy, <a href="https://doi.org/10.24033/bsmf.1957">Nombres algébriques et substitutions</a>, Bull. Soc. Math. France 110.2 (1982): 147-178.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Rauzy_fractal">Rauzy fractal</a>

%H <a href="/index/Fi#FIXEDPOINTS">Index entries for sequences that are fixed points of mappings</a>

%e 3rd iterate: 0102010

%e 6th iterate: 01020101020100102010201001020101020100102010

%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 9] (* A286998 *)

%t Flatten[Position[s, 0]] (* A286999 *)

%t Flatten[Position[s, 1]] (* A287000 *)

%t Flatten[Position[s, 2]] (* A287001 *)

%t Using the 0->0102010, 1->102010, 2->2010 rule:

%t Nest[ Flatten[# /. {0 -> {0, 1, 0, 2, 0, 1, 0}, 1 -> {1, 0, 2, 0, 1, 0}, 2 -> {2, 0, 1, 0}] &, {0}, 8]

%Y Cf. A080843, A286999, A287000, A287001, A287112, A287174, A347290 (values 0,2,1).

%K nonn,easy

%O 1,4

%A _Clark Kimberling_, May 22 2017

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)