login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A216975 A275666 A330666 * A115033 A214630 A093396
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 30 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)