Consider the diophantine equation:
$(x+1)\cdot (x^2-x+1)\cdot (y\cdot z^2+1)=43\cdot w$ with x,y,z,w>0.
A set of solutions should be given if we set x=7 because in this case the factor $43$ emerges from $7^2-7+1=43$
But what about the other factors?
In particular are there infinitely many solutions to this equation?
Second question:
suppose instead that x,z,y are three consecutive primes.
Can it be proven that $x=7$ $z=11$ and $y=13$ is the only triple of x y z which lead to a solution?
Claim: There are infinite solutions to the equation consisting of three consecutive primes $(x,y,z)$
Proof: Note that the equation has a solution $(x,y,z)$ for $x,y,z$ primes if $43 \mid x^3+1$. This occurs if $43 \mid x^2-x+1$. We can see that this holds if $x \equiv 7 \mod 43 \iff x=43a + 7$, given Dirichlet's theorem we know that there are infinite primes of this form and we only have to take one of them and pick the next two consecutive primes for $y$ and $z$.
Examples: $(x,y,z) = (179,181,191), (523,541,547), (953,967,971) \ldots$
Remark: As Mike pointed out, note that $43$ could also divide $x+1$ (or $yz^2+1$) and we would still have positive solutions; nevertheless, we don't have to consider those cases when trying to prove the claim above.