Find all integers $a$,$b$ and $c$ that satisfy the following equations
$a^2=bc+1\tag{i}$
$b^2=ac+1\tag{ii}$
I tried solving came out with following results:
$(i)-(ii)$ gives $a+b+c=0$ which implies, $a^3+b^3+c^3=3abc$
Multiplying equation $(i)$ with $a$ and multiplying equation $(ii)$ with $b$ and then subtracting $(i)-(ii)$ we get $a^2+b^2+ab=1$ which can be written as $(a+b)^2-ab=1$ , which can be further written as $c^2-ab=1$.
We have $$a^2-b^2=c(b-a)\Rightarrow (a-b)(a+b+c)=0$$ $$\Rightarrow a=b\quad\text{or}\quad c=-a-b$$
Case 1 : $a=b$. We have $a^2=ac+1\Rightarrow c=a-\frac 1a$. So, since $\frac 1a$ has to be an integer, we have $a=\pm 1$. Thus, in this case, $(a,b,c)=(1,1,0),(-1,-1,0).$
Case 2 : $c=-a-b$. We have $a^2+b^2+ab=1,$ i.e. $\left(2a+b\right)^2+3b^2=4$. So, we have $$(2a+b,b^2)=(\pm 2,0),(\pm 1,1),$$ i.e. $$(a,b,c)=(1,0,-1),(-1,0,1),(0,1,-1),(-1,1,0),(1,-1,0),(0,-1,1).$$
Hence, the answer is $$(a,b,c)=(1,1,0),(-1,-1,0),(1,0,-1),(-1,0,1),(0,1,-1),(-1,1,0),(1,-1,0),(0,-1,1).$$