Prove or disprove that there exist a triplet of positive integers $(a,b,c)$ with $\mathrm{gcd}(a,b,c)=1$ such that for any positive integer $n$ there exist such positive integer $k$ that $$ a^k+b^k+c^k = 0(\mathrm{mod}\ 2^n) $$
First thing that I've noticed is that one and only one of the numbers $a,b,c$ is even, otherwise either all of them are even witch contradicts the condition $\mathrm{gcd}(a,b,c)=1$ or even amount of them are even which would mean that $a^k+b^k+c^k = 1(\mathrm{mod}\ 2)$ for any $k$ and so $a^k+b^k+c^k \neq 0(\mathrm{mod}\ 2^n)$. So without loss of generality we can assume that $c$ is even and $a,b$ are odd.
Now since $c$ is even we have $c^k = 0 (\mathrm{mod}\ 2^n)$ for any large enough $k$ (definitely for all $k>n$). This means that if for any positive integer $n$ there exist such positive integer $k$ that $$ a^k+b^k = 0(\mathrm{mod}\ 2^n) $$ then the problem is solved.
Other than that I have nothing, so I would really appreciate any help. Thank you very much in advance!