login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A319432
The first differences (A129761) of the tribonacci representation numbers (A003714 or A014417) consists of runs of 1's separated by the terms of the present sequence.
2
2, 3, 6, 2, 11, 2, 3, 22, 2, 3, 6, 2, 43, 2, 3, 6, 2, 11, 2, 3, 86, 2, 3, 6, 2, 11, 2, 3, 22, 2, 3, 6, 2, 171, 2, 3, 6, 2, 11, 2, 3, 22, 2, 3, 6, 2, 43, 2, 3, 6, 2, 11, 2, 3, 342, 2, 3, 6, 2, 11, 2, 3, 22, 2, 3, 6, 2, 43, 2, 3, 6, 2, 11, 2, 3, 86, 2, 3, 6, 2, 11, 2, 3, 22, 2, 3, 6, 2, 683, 2
OFFSET
1,1
COMMENTS
The runs of 1's in A129761 have lengths that apparently are given by the Fibonacci word A005614 (with a slight change at the start). The present sequence shows the terms greater than 1. The structure of this sequence is (partially) analyzed in the comments in A129761.
LINKS
PROG
(PARI) p=0; for (n=1, 2052, if (bitand(n, 2*n)==0, if (n-p>1, print1 (n-p ", ")); p=n)) \\ Rémy Sigrist, Oct 07 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 30 2018
STATUS
approved