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.

A159917 Fixed point of the morphism 0 -> 01, 1 -> 2, 2 -> 01, starting from a(0) = 0.

Original entry on oeis.org

0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 0, 1, 2, 0, 1, 2, 0, 1, 0, 1, 2
Offset: 0

Views

Author

Philippe Deléham, Apr 25 2009

Keywords

Comments

Equals A003714 mod 4.

Programs

  • Mathematica
    Nest[Flatten[ # /. {0 -> {0, 1}, 1 -> {2}, 2 -> {0, 1}}] &, {0}, 10] (* Robert G. Wilson v, Apr 27 2009 *)

Extensions

Name changed by Robert G. Wilson v, Apr 27 2009
More terms from Robert G. Wilson v, Apr 27 2009