cp's OEIS Frontend

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.

A080814 Successive words in the formal D0L language that produces the Thue-Morse sequence A001285 (start with 1, map 1 -> 12, 2 -> 21).

Original entry on oeis.org

1, 12, 1221, 12212112, 1221211221121221, 12212112211212212112122112212112, 1221211221121221211212211221211221121221122121121221211221121221
Offset: 1

Views

Author

N. J. A. Sloane, Mar 26 2003

Keywords

References

  • A. Salomaa, Jewels of Formal Language Theory. Computer Science Press, Rockville, MD, 1981, p. 5.

Crossrefs

Cf. A001285 (which is the limiting word), A010060, A080815.

Programs

  • Mathematica
    Map[FromDigits,SubstitutionSystem[{1->{1,2},2->{2,1}},{1},7]] (* Paolo Xausa, Dec 24 2023 *)