OFFSET
1,1
COMMENTS
For the sequence to be infinite no term can be a prime except for a(1) = 2. One can easily show that if a(n) is a prime p, then the only possible value for a(n-1) or a(n+1) is 2p. If a(n) = p was a term then the difference between it and the previous term must also be p, implying the previous term is a multiple of p, so it must be 2p. As 2p has now already appeared the term after p would not exist, thus terminating the sequence.
The first term that is not a prime power that cannot be used even though it satisfies being divisible by the difference between it and the previous term is 175, which appears to be a valid value for a(214) since a(213) = 350. However the next term after 175 would have to be one of 140, 150, 168, 170, 180, 182, 200, 210, 350, but all of those values have already appeared as previous terms, so 175 can never appear else it would terminate the sequence.
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.
CROSSREFS
KEYWORD
nonn
AUTHOR
Scott R. Shannon, Sep 24 2023
STATUS
approved