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!)
A005679 A squarefree (or Thue-Morse) ternary sequence: closed under a->abc, b->ac, c->b.
(Formerly M0140)
6
2, 1, 3, 2, 3, 1, 2, 1, 3, 1, 2, 3, 2, 1, 3, 2, 3, 1, 2, 3, 2, 1, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 1, 2, 3, 2, 1, 3, 1, 2, 1, 3, 2, 3, 1, 2, 3, 2, 1, 3, 2, 3, 1, 2, 1, 3, 1, 2, 3, 2, 1, 3, 2, 3, 1, 2, 3, 2, 1, 3, 1, 2, 1, 3, 2, 3, 1, 2, 3, 2, 1, 3, 2, 3, 1, 2, 1, 3, 1, 2, 3, 2, 1, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Fixed point of the morphism 1 -> 23, 2 -> 213 & 3 -> 1. - Robert G. Wilson v, Apr 06 2008
Replacing all 4's in A005681 with 1's yields this sequence. - Sean A. Irvine, Aug 04 2016
REFERENCES
A. Salomaa, Jewels of Formal Language Theory. Computer Science Press, Rockville, MD, 1981, p. 10.
G. Siebert, personal communication.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Marston Morse and Gustav A. Hedlund, Unending chess, symbolic dynamics and a problem in semigroups, Duke Math. J., Volume 11, Number 1 (1944), 1-7.
MATHEMATICA
Nest[ # /. {1 -> {2, 3}, 2 -> {2, 1, 3}, 3 -> 1} &, {2}, 7] // Flatten (* Robert G. Wilson v, Apr 06 2008 *)
SubstitutionSystem[{1->{2, 3}, 2->{2, 1, 3}, 3->{1}}, {2}, {7}][[1]] (* Harvey P. Dale, Jul 14 2022 *)
CROSSREFS
Cf. A005681.
Sequence in context: A048233 A287730 A260452 * A232927 A350651 A275832
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Apr 06 2008
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 April 26 03:31 EDT 2024. Contains 371989 sequences. (Running on oeis4.)