A365984 Starting with a(1) = 2, the lexicographically earliest infinite sequence of distinct positive integers such that |a(n) - a(n-1)| is a divisor of a(n), and where |a(n) - a(n-1)| > 1.
2, 4, 6, 8, 10, 12, 9, 18, 15, 20, 16, 14, 21, 24, 22, 33, 30, 25, 50, 40, 32, 28, 26, 39, 36, 27, 54, 45, 42, 35, 70, 56, 48, 44, 46, 69, 66, 55, 60, 57, 38, 76, 72, 63, 84, 77, 88, 80, 64, 62, 93, 90, 75, 78, 52, 65, 130, 104, 91, 98, 96, 92, 94, 141, 138, 115, 110, 99, 102, 51, 34, 68, 85, 170
Offset: 1
Keywords
Links
- Scott R. Shannon, Table of n, a(n) for n = 1..5000
- a(4) = 8 as |8 - a(3)| = |8 - 6| = 2, and 2 is a divisor of 8. Note that 3 would also satisfy this requirement, but as shown above a prime will terminate the sequence so is not permitted.
Comments