0

If we take the numbers $ 48 $, $ 49 $ and $ 50 $, we can see that they are all consecutive integers and multiples of squares ($48$ is multiple of $2^2$, $49$ is multiple of $7^2$ and $50$ is multiple of $5^2$).

Is it possible to prove that there are infinitely many triples of consecutive integers which satisfy this condition, and is there a quadruple of consecutive integers which satisfy it? I would define $n$, $n+1$ and $n+2$, and by trying to square them I got $n^2$, $n^2+2n+1$ and $n^2+4n+2$. What can I do to prove the statement?

Bill Dubuque
  • 272,048

1 Answers1

1

If you add $2^2\cdot 7^2\cdot 5^2=4900$ to your solution, you get another $4948,4949,4950$ that satisfy the same property (with the same squares in fact). You can do this as many times as you like, so there are infinitely many solutions.

Say we want $x$ such that

\begin{align*} x&\equiv 0 \bmod 2^2\\ x+1&\equiv 0 \bmod 7^2\\ x+2 &\equiv 0\bmod 5^2 \end{align*}

then the Chinese remainder theorem gives us infinitely many solutions. The same is true if we choose four square moduli and four consecutive integers etc.