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.

A088569 Anti-Kolakoski sequence (sequence of run lengths never coincides with the sequence itself).

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Nov 17 2003

Keywords

Comments

Unique infinite word defined on alphabet {1,2} satisfying: a(1)=1, if a(n)=2 length of n-th run is 1, if a(n)=1 length of n-th run is 2. Kolakoski sequence satisfies the opposite definition: K(1)=1, if K(n)=2 length of n-th run is 2, if K(n)=1 length of n-th run is 1.
Equals A049705 without the first term. - Jean-Christophe Hervé, Nov 10 2014

Examples

			a(1)=1 hence first run must have length 2 and necessarily a(2)=1. Now second run must also have length 2 and therefore a(3) = a(4) = 2.
		

Crossrefs

Formula

a(n) = 3 - A000002(n+1) = A049705(n+1).