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, 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
Keywords
Links
- Rémy Sigrist, Table of n, a(n) for n = 1..25000
Programs
-
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
Comments