OFFSET
0,3
COMMENTS
Let d(n) = a(n) - 2n. Conjecture: (d(n)) is unbounded below and above, and d(n) = 0 for infinitely many n.
In general, if r and s are irrational numbers greater than 1, and a(n) is the n-th term of the intersection of the Beatty sequences for r and s, then a(n) = floor(r*ceiling(a(n)/r)) = floor(s*ceiling(a(n)/s)).
EXAMPLE
Beatty sequence for 2^(1/3): (0,1,2,3,5,6,7,8,10,11,...)
Beatty sequence for 2^(2/3): (0,1,3,4,6,7,9,11,12,,...)
Intersection = (0,1,3,6,7,11,12,...).
MATHEMATICA
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 01 2021
STATUS
approved