mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2021-11-10, 05:09   #1
carpetpool
 
carpetpool's Avatar
 
"Sam"
Nov 2016

5178 Posts
Post Mersenne prime exponents that are also Sophie Germain primes

So I stumbled on A065406 by curiosity, and somewhere in the comments said this list was expected to be finite.

Basically, the number of primes p such that 2*p+1 and 2^p-1 are both prime is expected to be finite.

We know that for p > 3, p = 1 mod 4. While it has been conjectured that the list of Mersenne exponents is infinite, it has also been conjectured that they behave in a specific manner.

Specifically that the sequence of primes p such that 2^p-1 is also prime (roughly) inhibit exponential growth. So (assuming this is the case), we have a sequence of (somewhat) random primes in which two successive terms (on average) tend to share a common ratio.

Now consider a new sequence of odd integers 2*p+1. So essentially speaking, under the assumption that 2*p+1 behaves like a random number, and that the sequence (roughly) inhibits some form of exponential growth, the expected number of primes of the form 2*p+1 (where p is a Mersenne Prime exponent) less than n should be

S = C*(1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + ... + 1/n)

where C is a constant. This observation is clearly noticeable in the conjectured infinitude of Mersenne Primes themselves.

And as n goes to infinity, so does S because this series diverges. Thus, this should imply the number of primes p such that 2*p+1 and 2^p-1 are both prime is infinite.

To see an example of this, consider a sequence of known Mersenne Prime Exponents p:

[2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281, 3217, 4253, 4423, 9689, 9941]

now the sequence for 2*p+1 is

[5, 7, 11, 15, 27, 35, 39, 63, 123, 179, 215, 255, 1043, 1215, 2559, 4407, 4563, 6435, 8507, 8847, 19379, 19883]

Assuming each of these behave like a random odd integer, the expected number of primes is:

2/log(5) + 2/log(7) + 2/log(11) + ... + 2/log(19883) = 9.949. However, there are only 5.

And out of 51 known Mersenne prime exponents, only 8 are Sophie Germain Primes.

The modular restrictions on p can make such an occurrence even rarer than usual, however, it is only a matter of a constant that differs: The fact remains that such primes should still be infinite (provided the Mersenne Prime Exponents are).

A similar argument could be applied to show there are an infinite number of twin primes p such that 2^p-1 is also prime (A346645).

Though interestingly enough, the expected number of twin primes (p and p+2) such that both 2^p-1 and 2^(p+2)-1 are prime, is finite. In short, the expected number of primes would be

C*(1 + 1/4 + 1/9 + 1/16 + 1/25 + 1/49 + ... + 1/n)

Such a series converges, so it is reasonable to expect that such primes are finite. A twin prime pair (p, p+2) with both 2^p-1 and 2^(p+2)-1 being prime is pretty darn rare, but it's not the rarest occurrence that could happen (Fermat Primes would be MUCH rarer).

Any thoughts or observations? My rationale was quite simple, I'm sure there are more sophisticated answers.
carpetpool is offline   Reply With Quote
Old 2021-11-10, 23:13   #2
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2×7×263 Posts
Default

Conjectures:

* For any finite set {f_1, f_2, f_3, ..., f_m} of irreducible polynomial sequences f_i(n) = a_{i,0}+a_{i,1}*n+a_{i,2}*n^2+a_{i,3}*n^3+... (all a_{i,j} are (positive or negative) integers, the leading coefficient of all f_i(n) are positive integers) which does not have covering congruence, there are infinitely many n such that all f_i(n) are primes. (this is Schinzel's hypothesis H)

* For any exponential sequence (a*b^n+c)/gcd(a+c,b-1) (a>=1 is integer, b>=2 is integer, c is (positive or negative) integer, |c|>=1, gcd(a,c) = 1, gcd(b,c) = 1)) which does not have covering set (covering congruence, full algebraic covering set, or partial algebraic/partial numerical covering set), there are infinitely many n such that (a*b^n+c)/gcd(a+c,b-1) is prime.

* For any polynomial sequence a_0+a_1*n+a_2*n^2+a_3*n^3+...+a_m*n^m (all a_i are (positive or negative) integers, the leading coefficient (a_m) is positive integer) and any exponential sequence (a*b^n+c)/gcd(a+c,b-1) (a>=1 is integer, b>=2 is integer, c is (positive or negative) integer, |c|>=1, gcd(a,c) = 1, gcd(b,c) = 1)), there are only finitely many n such that both a_0+a_1*n+a_2*n^2+a_3*n^3+...+a_m*n^m and (a*b^n+c)/gcd(a+c,b-1) are primes.

* For any two exponential sequences (a*b^n+c)/gcd(a+c,b-1) (a>=1 is integer, b>=2 is integer, c is (positive or negative) integer, |c|>=1, gcd(a,c) = 1, gcd(b,c) = 1)), there are only finitely many n such that both sequence are primes.

References: prime number theorem https://oeis.org/wiki/User:Charles_R...special_primes https://docs.google.com/document/d/e...W67N_vn96J/pub

Last fiddled with by sweety439 on 2021-11-10 at 23:17
sweety439 is offline   Reply With Quote
Old 2021-11-11, 01:29   #3
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

11000110000012 Posts
Default

See this post.
Dr Sardonicus is online now   Reply With Quote
Old 2021-11-11, 03:10   #4
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2×7×263 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
My conjecture is more general conjecture, for any polynomial sequence a_0+a_1*n+a_2*n^2+a_3*n^3+...+a_m*n^m (all a_i are (positive or negative) integers, the leading coefficient (a_m) is positive integer) and any exponential sequence (a*b^n+c)/gcd(a+c,b-1) (a>=1 is integer, b>=2 is integer, c is (positive or negative) integer, |c|>=1, gcd(a,c) = 1, gcd(b,c) = 1)), there are only finitely many positive integers n such that a_0+a_1*n+a_2*n^2+a_3*n^3+...+a_m*n^m and (a*b^n+c)/gcd(a+c,b-1) are primes simultaneously, the conjecture in that post is just the special case where m=1 (i.e. the polynomial has degree 1) and (a,b,c) = (1,2,-1) (i.e. for the sequence of Mersenne numbers 2^n-1)

Last fiddled with by sweety439 on 2021-11-11 at 03:11
sweety439 is offline   Reply With Quote
Old 2021-11-12, 00:10   #5
carpetpool
 
carpetpool's Avatar
 
"Sam"
Nov 2016

5·67 Posts
Post

Quote:
Originally Posted by Dr Sardonicus View Post
As per that post, I can see the argument made against my original claim (not that it's incorrect, but rather contradicting).

The probability of Mp = 2^p-1 being prime is C/p where C is a constant. By the prime number theorem, p = n log(n) for some number n.

The comparable series C/(n log(n)) diverges as n goes to infinity, suggesting the infinitude of Mersenne Primes.

Whereas if p is restricted to say a twin prime, or Sophie Germain prime, then by the Prime number Theorem, p = n log(n)^2, and the series is

C/(n log(n)^2)

which converges, so finitude is suggested instead.

So now two different (reasonable) arguments for either side. Interesting.
carpetpool is offline   Reply With Quote
Old 2022-10-19, 01:44   #6
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2·7·263 Posts
Default

Quote:
Originally Posted by carpetpool View Post
As per that post, I can see the argument made against my original claim (not that it's incorrect, but rather contradicting).

The probability of Mp = 2^p-1 being prime is C/p where C is a constant. By the prime number theorem, p = n log(n) for some number n.

The comparable series C/(n log(n)) diverges as n goes to infinity, suggesting the infinitude of Mersenne Primes.

Whereas if p is restricted to say a twin prime, or Sophie Germain prime, then by the Prime number Theorem, p = n log(n)^2, and the series is

C/(n log(n)^2)

which converges, so finitude is suggested instead.

So now two different (reasonable) arguments for either side. Interesting.
Thus, for given integers k, m, r (k is odd, gcd(m,r) = 1), should there be infinitely many n such that k*2^n+1 (or k*2^n-1) and m*n+r are both primes (if k*2^n+1 (or k*2^n-1) cannot be proven composite for all but finitely many n such that m*n+r is prime, by using covering congruence, algebraic factorization, or combine of them)? See this post, his answer seems to be different from yours.
sweety439 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sixth largest known Sophie Germain found after testing less than 16086 candidates! MooMoo2 Twin Prime Search 12 2022-02-23 16:05
Sophie Germain Twins Trejack Twin Prime Search 10 2016-06-23 15:10
Sophie-Germain primes as Mersenne exponents ProximaCentauri Miscellaneous Math 15 2014-12-25 14:26
Sophie-Germain sieve firejuggler Software 4 2014-01-10 00:09
Left over Sophie Germain primes? axn Twin Prime Search 3 2007-01-15 12:57

All times are UTC. The time now is 12:50.


Fri Mar 31 12:50:16 UTC 2023 up 225 days, 10:18, 0 users, load averages: 1.06, 0.96, 0.86

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔