Formally: For how many integers $n,m$ do we have $n^3-m^2=\pm 2$ ?
I've found two numbers this is true for:
- $0$ [ with $(-1)^3$ and $(\pm1)^2$ ]
- $26$ [with $3^3$ and $5^2$]
I've computed up to 10,000 using a program, and these are the only ones I've found. Are there any other number pairs this is true for? If not, is it possible to prove these are the only pairs?