My question is about the problem show that no number in the sequence 2, 22, 222, 2222, ... is a perfect square.
I am having trouble writing the proof as I am unable to call upon the information to make effective claims.
My question is about the problem show that no number in the sequence 2, 22, 222, 2222, ... is a perfect square.
I am having trouble writing the proof as I am unable to call upon the information to make effective claims.
Observe that every number in that sequence is congruent to $2\ $mod $5$. We can easily compute that, mod $5$, we have $$0^{2}\equiv 0$$ $$1^{2}\equiv 1$$ $$2^{2}\equiv 4$$ $$3^{2}\equiv 4$$ $$4^{2}\equiv 1$$ In other words, every square integer is either congruent to $0,1$ or $4$ mod $5$. Therefore it is impossible for a square to be congruent to $2$ mod $5$, which means no square can appear in that sequence.