What variables can be prime numbers in a following equality: We are working in natural numbers $$b^2=a^2+ca\quad \text {with:}\quad a+b>c, \,c+a>b,\, c+b>a$$
I have managed to prove, that $b$ can not be prime and $c$ can, how to prove that $a$ can/cannot be a prime number. I think it may be connected with a following quadratic equation:
$a^2+c\cdot a-b^2=0$, with roots $a_1,a_2=\frac {-c\pm \sqrt {c^2+4b^2}}2$.
Not sure how to prove it, though