I know that there are many unanswered questions and conjectures when it comes to additive bases (of order $k=2$) of $\mathbb{N}.$ However, for the question I have in mind, I think it should be elementary to prove it, but I am having trouble doing so.
Conjecture: $\ A_x:= \{ \left\lfloor x^n \right\rfloor: n\in\mathbb{N}\ \}\ $ is not an additive basis (of order $k=2$) of $\mathbb{N}$ if $x>1\ ?$
This is probably very easy to show for "large" values of $x$ like $x \geq 1.3:\ $ all you have to do is write a program and find the least integer $q$ that causes failure, i.e. there does not exist $p_1,\ p_2 \in A_x\ $ such that $p_1 + p_2 = q.$ But how to show this for all $x>1,$ in particular, like for $x= 1.00000001 ?\ $
I imagine the proof should include the fact that, given $ j,\ \exists\ N\ $ such that $\left\lfloor x^{n+1} \right\rfloor - \left\lfloor x^{n} \right\rfloor > j\ \forall\ n\geq N.\ $ Or perhaps we need to use some stronger statement? Or is this problem not solved? I feel like it should be solvable with elementary methods, using the fact that $A_x$ becomes sparse as $n$ gets very large...