To find a large prime easily, you propose the following: You take all primes until some x, multiply them with each other, and subtract 1, resulting in a prime p. You then get another prime p' by p'=(p+1)p-1, which can be iterated. Does this method work?