![]() |
![]() |
#1 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,333 Posts |
![]()
Hi all,
From what I understand Mersenne primes are quite rare but relatively easy to prove deterministically to be prime. Ease of proof notwithstanding, what would be the most (or more) abundant form of Prime Numbers? Thank you in advance. |
![]() |
![]() |
![]() |
#2 |
Jun 2003
5×1,087 Posts |
![]()
2n+1
![]() |
![]() |
![]() |
![]() |
#3 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,333 Posts |
![]()
I would have thought something along the lines of:
m.n#(+-)p, p>n Don't understand your title. ETA I think from a probabilistic point of view it can be argued that 2^n+1 is less likely to be prime than 2^n-1, but not by very much. Last fiddled with by a1call on 2017-02-21 at 09:30 |
![]() |
![]() |
![]() |
#4 |
"Forget I exist"
Jul 2009
Dartmouth NS
841810 Posts |
![]()
2n+1 covers all odd numbers so 2n+1 also covers all odd primes.
|
![]() |
![]() |
![]() |
#5 | |
Jun 2003
5×1,087 Posts |
![]() Quote:
Coming to 2^n+1. It isn't just "less" likely than 2^n-1. It is whole lot less likely. We expect infinitely many Mersenne primes, but only finitely many 2^n+1. Because 2^n+1 can be prime only if n is itself a power of 2. These are the Fermat numbers. As to a good form -- after sieving, all the forms are expected to yield similar number of primes (subject to size and sieve depth). Mersenne primes can be sieved deeper (due to special property of factor), but they grow fast. GFNs (b^2^n+1) can also be similarly sieved deeper, but they grow slowly. So this would be a good form. If we don't consider sieving, your form is a good candidate, since it gets sieve up to n for free. A better form would be m.X+/-n.Y where X.Y = p# and X and Y are almost same size and gcd(m.X,n.Y)=1. |
|
![]() |
![]() |
![]() |
#6 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,333 Posts |
![]()
Thank you gentlemen. It was 4:30 in the morning and I misread the post. The odd numbers is the correct answer to my under described question. What I am looking for is an algebraic integer form which has a high likelihood of evaluating to prime numbers for high integer values. Algorithms or forms that produce large PRPs and their probability of being prime would be of interest.
|
![]() |
![]() |
![]() |
#7 | |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
1005210 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#8 | |
"Forget I exist"
Jul 2009
Dartmouth NS
2·3·23·61 Posts |
![]() Quote:
if conditionals are counted as part of a form then specifically you can make 2m+1 be exactly the odd primes by saying 2m+1 such that m is not of form 2ij+i+j where there are conditions on i and j. https://en.wikipedia.org/wiki/Sieve_of_Sundaram Last fiddled with by science_man_88 on 2017-02-21 at 22:33 |
|
![]() |
![]() |
![]() |
#9 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
44358 Posts |
![]()
Thank you very much Batalov,
I have to be careful, what I wish for. Still studying into it. |
![]() |
![]() |
![]() |
#10 |
∂2ω=0
Sep 2002
República de California
5×2,351 Posts |
![]()
The odd ones.
|
![]() |
![]() |
![]() |
#11 |
Feb 2017
Nowhere
184216 Posts |
![]()
For degree 1, a refinement of PNT (PNT for arithmetic progressions) says that, for a given n > 1, the phi(n) arithmetic progressions
n*x + b, with 0 < b < n and gcd(b, n) = 1 all contain, asymptotically, 1/phi(n) of the primes up to X as X increases without bound. AFAIK, the question of whether a given (monic, irreducible) polynomial in Z[x] without any intrinsic prime factors even assumes infinitely many prime values is unanswered for any polynomial of degree greater than 1. That said, in the case of quadratic polynomials particularly, one can sometimes exclude evaluations divisible by some small prime values, which may apparently increase the frequency of prime evaluations. The perennial champion is x^2 + x + 41, whose evaluations at integer x are always odd, and whose discriminant -163 is a quadratic non-residue modulo every odd prime less than 41, a circumstance which excludes any evaluations divisible by any prime less than 41. As to expressions involving exponential functions, I offer 4 + (-1)^n. Its evaluations are prime for all positive integers n. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Smallest prime of the form a^2^m + b^2^m, m>=14 | JeppeSN | Math | 117 | 2022-08-30 16:41 |
Probability that N is prime given each divisor of N has the form 2*k*p+1 | carpetpool | Miscellaneous Math | 6 | 2017-09-01 13:59 |
Is there a prime of the form...... | PawnProver44 | Miscellaneous Math | 9 | 2016-03-19 22:11 |
Code for testing a prime other than form 2^n-1 | MercPrime | Information & Answers | 5 | 2013-05-12 22:03 |
least common multiple of numbers of the form a^x-1 | juergen | Math | 2 | 2004-04-17 12:19 |