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.

A214216 List of minimal forbidden subwords of the Fibonacci word A003482.

Original entry on oeis.org

22, 111, 21212, 11211211, 2121121211212, 112112121121121211211, 2121121211211212112121121121211212, 1121121211211212112121121121211211212112121121121211211, 21211212112112121121211211212112112121121211211212112121121121211211212112121121121211212
Offset: 1

Views

Author

N. J. A. Sloane, Jul 10 2012

Keywords

Comments

If S is one of the terms of this sequence, then no word RS can appear as a subword of A003482.
Or, make a list of all words in {1,2}* that do not appear as factors of A003482 and discard any word which has a shorter word on the list as a right factor.
All the terms are palindromes.
Complementing the first and last digits of each term gives (essentially) A214217.

Examples

			A106750(3)=121 -> P=1 -> 111 = a(1).
A106750(4)=12112 -> P=121 -> 2121 = a(2).
A106750(5)=12112121 -> P=121121 -> 11211211 = a(3).
		

Crossrefs

Formula

To get a(n), take A106750(n+2), delete last two digits, producing a palindrome P, say. Then a(n) = 1P1 if n is odd, or 2P2 if n is even.