Anzas
- 87
- 0
is it true that this function:
f(n) = 3^(n)+2
will give a prime number for any natural value of n?
f(n) = 3^(n)+2
will give a prime number for any natural value of n?
However, there exists a polynomial in 10 variables with integer coefficients such that the set of primes equals the set of positive values of this polynomial obtained as the variables run through all nonnegative integers, although it is really a set of Diophantine equations in disguise (Ribenboim 1991). Jones, Sato, Wada, and Wiens have also found a polynomial of degree 25 in 26 variables whose positive values are exactly the prime numbers (Flannery and Flannery 2000, p. 51).
Anzas said:how about the function
f(n) = 3^(2n)+2
where n is a natural number