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.

A123740 Characteristic sequence for Wythoff AB-numbers A003623.

Original entry on oeis.org

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

Views

Author

Wolfdieter Lang, Oct 13 2006

Keywords

Comments

Left shifted sequence is the characteristic function of A035336, and also the second lowest digit of the Zeckendorf expansion of n. - Franklin T. Adams-Watters, Jun 30 2009
a(n) = A188009(n+2), n>=1. - Wolfdieter Lang, Jun 27 2011
Doubling the 0’s in the infinite Fibonacci word A003849 gives (a(n)). - Michel Dekking, Sep 09 2016
This is a morphic sequence, i.e., the letter-to-letter image of the fixed point of a morphism. The fixed point is the unique fixed point A270788 of the three symbol Fibonacci morphism. The letter-to-letter map is 1->0, 2->0, 3->1. - Michel Dekking, May 02 2019

References

Crossrefs

Programs

Formula

a(n) = 1 if n=A(B(k)) for some k>=1, else 0, with A(k):=A000201(k) and B(k):=A001950(k), k>=1.
a(n) = 1-(1-h(n))-(1-h(n+1)) = h(n)-(1-h(n+1))= h(n)*h(n+1) with h(n):=A005614(n-1), n>=1, the rabbit sequence.
a(n) = A(n+2)-A(n)-3. - Wolfdieter Lang, Jun 27 2011