Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reserve Exponents With Higher Probability of Being a Mersenne Prime #4

Open
Danc2050 opened this issue Sep 30, 2019 · 1 comment
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Danc2050
Copy link
Collaborator

Danc2050 commented Sep 30, 2019

The graph at the bottom of this page can be used to infer exponents that are probabilistically likely to be prime (i.e., by using the standard deviation of the graph -- using LibreCalc is one suggestion by Teal).

If anyone wanted to pick this idea up and implement it, I give that opportunity freely here... I'm busy with school, so don't know when I will get back to it realistically.

Standard Deviations
- Gimp Numbers: 26303282.12
- All Mersenne Primes: 21923345.62 ~= 21923346
- Last 10 Mersenne Primes: 21477597.23

Calculating range of primes
Last Exponent discovered to involve a Mersenne Prime: 82589933
Last Exponent + STD DEV of All Mersenne Primes*: 82589933 + 21923346 = 104,513,279

Thus, all exponents in the range 82,589,933 - 104,513,279 should be explored first and foremost.

STDDEV(MERSENNE).zip

@tdulcet tdulcet added enhancement New feature or request help wanted Extra attention is needed labels Oct 1, 2019
@Danc2050 Danc2050 changed the title Reserve Exponents With Higher Probability of being a mersenne prime Reserve Exponents With Higher Probability of Being a Mersenne Prime Oct 4, 2019
@tdulcet
Copy link
Owner

tdulcet commented Feb 2, 2020

Also see this thread, specifically this post and the attachments. In addition, see this post and the attached graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants