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.

A111090 Successive generations of an alternating Kolakoski rule.

Original entry on oeis.org

1, 2, 11, 21, 112, 2122, 1121122, 2122121122, 1121122122121122, 212212112212211211212211, 112112212212112212211212212112112212
Offset: 1

Views

Author

Benoit Cloitre, Oct 12 2005

Keywords

Comments

Strings are obtained using the Kolakoski substitution and the additional rule: start with 1 if previous string begins with 2, start with 2 if previous string begins with 1.
a(n+1) > a(n), and a(n) is always composed of 1s and 2s, hence a subsequence of A007931. - Charles R Greathouse IV, Nov 20 2024

Examples

			1-->2-->11-->21-->112-->2122
		

Crossrefs

Subsequence of A007931.

Formula

As n grows a(2n-1) converges toward A025142 (red as a word) and a(2n) converges toward A025143. Conjecture : a(n) is asymptotic to c*(3/2)^n for some c.