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.

A305393 First differences of A140102.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jun 23 2018

Keywords

Comments

Although initially this agrees with A293630, the sequences are distinct.
From Michel Dekking, Mar 18 2019: (Start)
Let x be the tribonacci word x = A092782 = 1,2,1,3,1,2,1,1,...
Consider the morphism delta:
1 -> 1112,
2 -> 112,
3 -> 12.
Conjecture: (a(n)) = 12 delta(x).
(End)
Conjecture: This sequence (prefixed by 1 since A140102 should really begin with 0) is 1.TTW(1,2,1) where TTW is the ternary tribonacci word defined in A080843, or equally it is THETA(1,2,1), where THETA is defined in A275925. - N. J. A. Sloane, Mar 19 2019
All these conjectures are now theorems - see the Dekking et al. paper. - N. J. A. Sloane, Jul 22 2019

Crossrefs

For first differences of A140100, A140101, A140102, A140103 see A305392, A305374, A305393, A305394.
Cf. A293630.

Formula

a(n) = A140102(n+1)-A140102(n), n >= 1.