scimad
- 11
- 0
I want somebody to help me what attempts have been made to understand the sequence of prime number. Is the Nth term of the sequence disclosed?
The discussion revolves around the attempts to understand the sequence of prime numbers, specifically regarding the existence of an explicit formula for the Nth term of the prime number sequence. Participants explore various algorithms related to prime identification and the challenges in formulating a direct expression for the Nth prime.
Participants generally agree that there is no explicit formula for the Nth prime, but multiple views remain regarding the effectiveness and nature of algorithms used to identify primes.
Some participants mention specific problems and algorithms without providing detailed explanations, leaving certain assumptions and definitions unresolved.
This discussion may be useful for individuals interested in number theory, algorithm development, and the study of prime numbers.
There is no explicit formula in N for the Nth prime if that is what you mean.scimad said:I want somebody to help me what attempts have been made to understand the sequence of prime number. Is the Nth term of the sequence disclosed?
ramsey2879 said:There is no explicit formula in N for the Nth prime if that is what you mean.
scimad said:What attempts have been done to find nth term of prime numbers sequence?
RamaWolf said:There are - on the other hand - algorithms (nor really formulas) to decide
- if a given number p is a prime
- if a given number q is composite (i.e. is not a prime)
- all primes between N0 and N1, if you know all prime numbers < Sqrt(N1)
scimad said:I want somebody to help me what attempts have been made to understand the sequence of prime number. Is the Nth term of the sequence disclosed?