Can we rearrange the integers, such that the arithmetic average of any two numbers does not appear between them?
In other words: Can we have a sequence $\{a_n\}_{n\in \mathbb{Z}}$, where all integers appear once and only once, such that $a_j\ne (a_i+a_k)/2,\forall i<j<k$?
I've noticed the questions here and here. But the first one only applies to arbitrarily long finite segments. The second does not contain a solution in itself, and unfortunately I can not access the reference (for free).
Also, the second question is much more general than this one, so I am wondering if this one can be solved somewhat more easily.