Call a positive integer $x$ to be remote from squares and cubes if each integer $k$ satisfies both $|x - k^2| > 10^6$ and $|x - k^3| > 10^6$. Prove that there exist infinitely many positive integer $n$ such that $2^n$ is remote from squares and cubes.
Problem
Source: 2021 Saudi Arabia Training Lists p33 https://artofproblemsolving.com/community/c2758131_2021_saudi_arabia_training_tests
Tags: number theory, inequalities