A356966 Numbers with no common terms in their greedy and lazy tribonacci representations.
0, 7, 13, 24, 44, 81, 88, 149, 156, 162, 274, 287, 298, 504, 511, 528, 548, 927, 934, 940, 971, 1008, 1015, 1705, 1718, 1729, 1786, 1793, 1854, 1861, 1867, 3136, 3143, 3160, 3180, 3285, 3292, 3298, 3410, 3423, 3434, 5768, 5775, 5781, 5812, 5849, 5856, 6042
Offset: 1
Keywords
Examples
With T = A000073: - the greedy representation of 13 is: T(7), - the lazy representation of 13 is: T(6) + T(5) + T(4), - there are no common terms, - so 13 belongs to this sequence.
Links
Programs
-
PARI
See Links section.
Comments