First time here? Check out the FAQ!
answered 2020-07-09 15:34:11 +0100
Missing* (twice)
for(p=1, 10000, for(y=1, 10000, for(z=1, 10000, if(isprime(p) && y<z && 1+p^y<2*p^(2*y-z),print(p," ",y," ",z)))))