The answer is yes and you can construct an example in several ways. The main observation is that gcd(ai,aj)=aj−ai⟺aj−ai∣ai. In fact, if gcd(ai,aj)=aj−ai then aj−ai∣ai and, conversely, if aj−ai∣ai then aj−ai∣ai+(aj−ai)⟺aj−ai∣aj, so aj−ai∣gcd(ai,aj). But gcd(ai,aj)∣ai and gcd(ai,aj)∣aj implies gcd(ai,aj)∣aj−ai, so gcd(ai,aj)=aj−ai.
Once this fact is established, one can construct the sequence inductively as follows: first consider the two-term sequence (1,2). Now, given a sequence
(x1,x2,…,xk−1) with k−1 terms such that gcd(xi,xj)=xj−xi, construct a new sequence adding x0 to every term and putting x0 at its beginning: (x0,x1+x0,x2+x0,…,xk−1+x0). All we need to do is to find x0. By the previous observation, we need xj−xi∣xi+x0 and xi∣x0. We already have that xj−xi∣xi, so a good choice is x0=lcm(x1,x2,…,xk−1), because by definition xi∣x0 and, since xi∣x0 and xj−xi∣xi, xj−xi∣x0, so xj−xi∣xi+x0. So we obtained a new sequence with k terms and the result follows by induction.