I am working on a homework question that asks to prove that every Integer (including zero) can be calculated in the form $\sum_{k}\pm3^{k}$, where the exponents $k$ are distinct non-negative integers.
I wanted to make sure I am not missing something obvious. What I found was that $\sum_{k}\pm3^{k}\neq0$ when k is distinct. $$3^{0} = 1$$ $$-3^{0} = -1$$ $$-3^{1} + 3^{0} = -2$$ As far as I can tell, there is no way for this expression to equal zero because every other combination will be $\geq 1$ or $\leq -1$. Does this sound correct and if so, what is the correct proof method I can use? I was think proof by counter example.
I found a very similar thread, where sdcvvc pointed out that it was possible if you can represent any number n as $a_{k}3^{k}+a_{k-1}3^{k−1}+⋯+a_{1}3+a_{0}$, such that $a_{i}$∈{−1,0,1}. But without $a_{i}=0$, I don't see how it's possible.