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.

A083570 A de Bruijn sequence of length 9 over {0, 1, 2}, repeated.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jun 14 2003

Keywords

Comments

Each of the 9 pairs 00, 01, ..., 22 occurs exactly once in each period.

Programs

  • Mathematica
    PadRight[{},99,{0,0,1,1,2,2,1,0,2}] (* Harvey P. Dale, Nov 23 2011 *)