This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A005679 M0140 #42 Feb 18 2024 03:53:49 %S A005679 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, %T A005679 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, %U A005679 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 %N A005679 A squarefree (or Thue-Morse) ternary sequence: closed under a->abc, b->ac, c->b. %C A005679 Fixed point of the morphism 1 -> 23, 2 -> 213 & 3 -> 1. - _Robert G. Wilson v_, Apr 06 2008 %C A005679 Replacing all 4's in A005681 with 1's yields this sequence. - _Sean A. Irvine_, Aug 04 2016 %D A005679 A. Salomaa, Jewels of Formal Language Theory. Computer Science Press, Rockville, MD, 1981, p. 10. %D A005679 G. Siebert, personal communication. %D A005679 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A005679 Marston Morse and Gustav A. Hedlund, <a href="https://doi.org/10.1215/S0012-7094-44-01101-4">Unending chess, symbolic dynamics and a problem in semigroups</a>, Duke Math. J., Volume 11, Number 1 (1944), 1-7. %H A005679 G. Siebert, <a href="/A001285/a001285_1.pdf">Letter to N. J. A. Sloane, Sept. 1977</a>. %H A005679 <a href="/index/Fi#FIXEDPOINTS">Index entries for sequences that are fixed points of mappings</a> %t A005679 Nest[ # /. {1 -> {2, 3}, 2 -> {2, 1, 3}, 3 -> 1} &, {2}, 7] // Flatten (* _Robert G. Wilson v_, Apr 06 2008 *) %t A005679 SubstitutionSystem[{1->{2,3},2->{2,1,3},3->{1}},{2},{7}][[1]] (* _Harvey P. Dale_, Jul 14 2022 *) %Y A005679 Cf. A005681. %K A005679 nonn,easy,nice %O A005679 1,1 %A A005679 _N. J. A. Sloane_ %E A005679 More terms from _Robert G. Wilson v_, Apr 06 2008