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.

A276789 First differences of A003145.

Original entry on oeis.org

4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 3, 4, 2, 4, 3, 4, 4, 3, 4, 2, 4, 3, 4, 3, 4, 2, 4, 3
Offset: 1

Views

Author

N. J. A. Sloane, Oct 14 2016

Keywords

Comments

The sequence of first differences of A003146 (the third of the trio A003144, A003145, A003146) is equal to A276788 + A276789 + 1.
Also first differences of A278040.- Wolfdieter Lang, Dec 05 2018
From Michel Dekking, Mar 21 2019: (Start)
(a(n)) is a fixed point of the tribonacci morphism on the alphabet {4,3,2}, i.e., the morphism given by 4 -> 43, 3 -> 42, 2 -> 4.
To see this, let U := baca, V := baa, W := ba be the three return words of the letter b in the tribonacci word
x = abacabaabacaba... = aUVUW...
[See Justin & Vuillon (2000) for definition of return word. - N. J. A. Sloane, Sep 23 2019]
Under the tribonacci morphism tau given by
tau(a) = ab, tau(b) = ac, tau(c) = a
one obtains
tau(U) = acabaab = b^{-1} UV b,
tau(V) = acabab = b^{-1} UW b,
tau(W) = acab = b^{-1} U b,
which is conjugate to the tribonacci morphism on the alphabet {U,V,W}.
Since these words have lengths 4, 3, and 2, the result follows.
(End)

Crossrefs

Formula

a(n) = A003145(n+1) - A003145(n) = A278040(n) - A278040(n-1) = 4 - A080843(n-1), for n >= 1. See eq. (20) of the W. Lang link. - Wolfdieter Lang, Dec 04 2018