A267860 An infinite ternary 3-Fibonacci sequence (replace each 00 factor of the Fibonacci word with 020).
0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1
Offset: 0
Keywords
Links
- Paolo Xausa, Table of n, a(n) for n = 0..13529
- Sam Coates, Metallic mean fractal systems and their tilings, arXiv:2405.04458 [cond-mat.other], 2024. See p. 13.
- F. Michel Dekking, Morphisms, Symbolic Sequences, and Their Standard Forms, Journal of Integer Sequences, Vol. 19 (2016), Article 16.1.1.
- Michel Dekking and Michael Keane, On the conjugacy class of the Fibonacci dynamical system, arXiv preprint arXiv:1608.04487 [Math.DS], 2016.
- Mahdi Saleh and Majid Jahangiri, On linear ternary Intersection sequences and their properties, arXiv:1709.03829 [math.CO], 2017. pages 5-8.
Programs
-
Mathematica
SubstitutionSystem[{0->{0,1}, 1->{0,2}, 2->{}}, {0}, {10}][[1]] (* Paolo Xausa, May 17 2024 *)
Comments