I am looking to prove there is no perfect cube root to any thing of the form $3k^2 + 3k + 1$. As has been discussed previously, we know this must be true by invoking Fermat's last theorem, because $3k^2 + 3k + 1 = (k+1)^3 - k^3$, and after re-arrangement we can simply state there are no integer solutions to $(k+1)^3 = w^3 + k^3$. But this might be a little over the top, and I am convinced there must should be much more trivial ways to show this. One approach I took was this to let $w = k-d$ where $d$ is an integer. Then, $3k^2 + 3k + 1 = k^3 -3dk^2 + 3kd^2 -d^3 $. After re-arrangement, this gives
$k^3 -3k^2(d+1) + 3k(d^2 -1) - (d^3 + 1) = 0$
The trivial solution is to note that $k = 0$ eliminates all $k$ terms, and then one is left with $d = -1$. This makes sense, as it forces one of the cube terms to zero and doesn't violate Fermat's theorem in anyway. But the question is, can I tell by inspection alone whether this is the only non-negative integer value of $k$ that solves the equation?