A349984 Lexicographically earliest infinite sequence of distinct positive numbers such that, for n > 2, a(n) shares a prime factor with a(n-1) that a(n-1) does not share with a(n-2).
1, 2, 6, 15, 10, 12, 21, 14, 18, 33, 22, 20, 35, 28, 24, 39, 26, 30, 51, 34, 36, 45, 40, 38, 57, 42, 44, 55, 50, 46, 69, 48, 52, 65, 60, 56, 63, 54, 58, 87, 66, 62, 93, 72, 68, 85, 70, 74, 111, 75, 80, 76, 95, 90, 78, 91, 77, 88, 82, 123, 84, 86, 129, 96, 92, 115, 100, 94, 141, 99, 110, 98
Offset: 1
Keywords
Examples
a(4) = 15 as a(3) = 6 shares the prime factor 2 with a(2) = 2, thus a(4) must share the prime factor 3 with a(3) while not having 2 as a factor. The numbers 3 and 9 are prime powers so cannot be chosen, while 12 also has 2 as a factor, thus 15 is the smallest valid number. a(19) = 51 as a(18) = 30 shares the prime factor 2 with a(17) = 26, while 51 shares the prime factor 3 with a(18) and it does not contain 2 as a factor. Note that 45 would also satisfy this criterion and is available but 45 only has prime factors 3 and 5, both of which it shares with 30, thus choosing 45 would make it impossible to find a(20). a(55) = 78 as a(54) = 90 shares the prime factor 5 with a(53) = 95, while 78 shares the prime factors 2 and 3 with a(54) and it does not contain 5 as a factor. This is the first time a number is chosen that shares two prime factors with the previous term.
Links
- Scott R. Shannon, Image of the first 100000 terms. The three green lines have gradient 1.074, 1.35, 1.61, showing the terms are concentrated along slightly downward curves.
- Scott R. Shannon, Color image showing lowest prime factor of the first 100000 terms. The terms with lpf 2, 3, 5, 7, 11, 13, 17, 19 are shown as white, red, orange, yellow, green, blue, indigo, violet respectively, while all those with lpf >= 23 are shown as light gray.
Comments