Find the sum of all primes , such that, there exists a positive integer where .
If your answer is infinity, enter 999.
Clarification : The positive integer may differ between different primes .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Solving the equation:
p n = 2 ( p − 1 ) ( p )
p n − 1 = 2 p − 1
2 p n − 1 = p − 1 .......... (1)
Since 2 p n − 1 > p > p − 1 for all n ≥ 2 , n must be equal to 1 (otherwise equation (1) cannot be true as the left hand side will always greater than the right hand side).
So, subtituting n = 1 into equation (1), we have p − 1 = 2 p 1 − 1 = 2 p 0 = 2 ( 1 ) = 2
Hence, p = 3 . It is obvious that there is only one possible p . So, the answer is 3.