Unsolved Mystery of Prime Numbers: Why Is It So Hard?

AI Thread Summary
Prime numbers continue to pose a significant mathematical challenge, particularly in finding a definitive pattern or analytical expression for the distribution of primes. While it is relatively straightforward to write code that identifies prime numbers and calculates P(n), the function representing the count of primes less than or equal to n, the core issue remains the absence of a closed-form solution for P(n). Current approaches yield statistical approximations but fail to provide an exact formula, highlighting the complexity and ongoing mystery surrounding prime numbers.
quddusaliquddus
Messages
353
Reaction score
3
Hi,
Let's talk about Prime Numbers. Still an unsolved mystery, I don't understand why it's still unsolved. Has anyone discovered why its hard to find a pattern? Or is this a silly question?
 
Physics news on Phys.org
What do you mean, hard to find a pattern? I can write a few lines of code to find all the primes. The divisions can take ages for the larger primes, but the pattern of code is very simple.
 
You can define a function of numbers P(n), which is the number of primes less than or equal to n. So P(3) is 2, because there are two primes (2 and 3) less than or equal to 3. P(10) is 4. And with a programmed filter you can evaluate P(n) for any given n.

The problem, however is to find an analytical expression for P(n). And that is the one that is unsolved. They have good statistical approximations, but no closed form solution.
 
I don't mean code.
Thanks guys.
 
Just ONCE, I wanted to see a post titled Status Update that was not a blatant, annoying spam post by a new member. So here it is. Today was a good day here in Northern Wisconsin. Fall colors are here, no mosquitos, no deer flies, and mild temperature, so my morning run was unusually nice. Only two meetings today, and both went well. The deer that was road killed just down the road two weeks ago is now fully decomposed, so no more smell. Somebody has a spike buck skull for their...
Back
Top