Let p n denote the n th prime number , then the following equations are true.
p 1 p p 1 p p p 1 = = = 2 3 5
Find the value of N such that number of p ’s = N p p p p p ⋅ ⋅ ⋅ 1 = 6 4 8 3 9 1 .
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.
Problem Loading...
Note Loading...
Set Loading...
As well, the Nth prime could be generated on demand, overall being a better/smarter method, but this works fine for such a problem.