A328190 Lexicographically earliest infinite sequence of distinct positive integers such that the sequence and its first differences have no values in common.
1, 3, 7, 5, 11, 8, 17, 10, 22, 13, 27, 15, 31, 18, 37, 20, 41, 23, 47, 25, 51, 28, 57, 30, 62, 33, 67, 35, 71, 38, 77, 40, 82, 43, 87, 45, 91, 48, 97, 50, 102, 53, 107, 55, 111, 58, 117, 60, 121, 63, 127, 65, 131, 68, 137, 70, 142, 73, 147, 75, 151, 78, 157
Offset: 1
Keywords
Examples
a(1) = 1. a(2) != 1 because a(1) = 1, a(2) != 2 because then a(2) - a(1) = a(1), so a(2) = 3. The first eight terms of this sequence and first seven terms of its first differences are [1, 3, 7, 5, 11, 8, 17, 10] and [2, 4, -2, 6, -3, 9, -7] respectively, and these sequences have no common terms.
Links
- Peter Kagey, Table of n, a(n) for n = 1..10000
Comments