(From a math competition) Question: Find all integers $a,b,c$ that satisfy:
$$a^3 - 3a^2b - 3c+2b^2 = c^3 -3ab^2 + 3c^2 +1 $$
What I have tried/attempted basically I've been looking for expansions such as $(a+b)^3$ etc. and I could find one $(c+1)^3$
so
$$a^3 - 3a^2b - 3c+2b^2 = c^3 -3ab^2 + 3c^2 +1 $$
$$ \Leftrightarrow a^3 -3a^2b+3ab^2 +2b^2 = c^3+3c^2+3c+1 $$
$$ \Leftrightarrow a^3 -3a^2b+3ab^2 +2b^2 =(c+1)^3$$
But other than that I'm not sure how to continue. . . .