ques from prime no.

find all prime numbers that we can write like this : 2^2^n + 5; with `n` as an integer

There 'll be no such as

There 'll be no such as prime number
as any number of the form 4^n + 5 is always divisible by 3.

Question: Find all prime

Question:

Find all prime numbers that we can write like this : 2^2^n + 5; with `n` as an integer.

It is true that for any integer n > 0, the given number will be of the form (4^n) + 5 and will be divisible by 3, but note that 'n' is an integer and 0 is also an integer and for n = 0, we have (2^2^0) + 5 = 7, which is a Prime Number.

Hence there is only one value of n for which the expression 2^2^n + 5 is a prime number and that is for n = 0 and the result is 7.

Thank You

Ravi Raja

__________________

n/a

Good PointSomehow I missed

Good Point
Somehow I missed it

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4> <h5> <h6> <font> <img> <br> <br /> <p> <div> <span> <b> <i> <u>
  • Lines and paragraphs break automatically.

More information about formatting options