![]() |
![]() |
#375 |
Apr 2014
5×17 Posts |
![]()
While we're at it, I'd like to propose a nice little conjecture, just based on some patterns I noticed of known contiguous Mersenne primes when I was trying to find limitations on the exponent (excluding p = 2):
exponents = 1 mod 3 = 22/41 = 53.7% exponents = 2 mod 3 = 29/41 = 46.3% exponents = 1 mod 4 = 24/42 = 57.1% exponents = 3 mod 4 = 18/42 = 42.9% exponents = 1 mod 5 = 10/41 = 24.4% exponents = 2 mod 5 = 12/41 = 29.3% exponents = 3 mod 5 = 11/41 = 26.8% exponents = 4 mod 5 = 8/41 = 23.4% See the pattern? For any class modulo p that isn't ruled out by primality, the distribution across classes is pretty close to equal proportions. This behavior comes from the fact that there are no real group restrictions enforced by the form of 2^p-1 on p when you look at the order calculations. This conjecture would be false if there existed a composite number with a prime order of 2... I want to say it's impossible for such a number to exist... I think I always took this for granted to be true. At the very least it should be really rare. If the order p is prime for composite n, then n divides 2^p-1... But that would require order of all prime factors of n to be equal to p, and I believe multiplicative order of a composite number is strictly greater than atleast the individual multiplicative orders which compose it, if nothing else enforced by the totient calculation for composite n. |
![]() |
![]() |
#376 | |
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
![]() Quote:
|
|
![]() |
![]() |
#377 |
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
![]()
I looked into this:
Code:
s=4;q=10;for(x=1,10,s=s^2-2;q=q^2-2;print(q-s)) |
![]() |
![]() |
#378 |
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
![]()
Actually I realized since both 4 and 10 divide by 2 we can use the form 2*x^2-1 for both. I realized this by finding someone's video's partial error on Youtube and continuing. The difference without this alteration is always the difference between two squares, the difference between these in 2*x^2-1 form is twice the difference between two squares. just pondering things right now I know the difference between two squares is the sum of the difference between two pairs of triangular number to which mersennes can relate. anyways time to be off for the night.
|
![]() |
![]() |
#379 |
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
![]()
I've been looking into prime(n) and the totient function:
a mersenne number with y factors has: assume 2kp+1 is prime since prime(n)= Last fiddled with by science_man_88 on 2014-06-16 at 12:28 |
![]() |
![]() |
#380 |
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
![]()
I just found something new that intrigued me:
and then we have the already show math of Double Mersenne Numbers ? is it so hard to connect when these two make the math work for LL with X or Y changing respectively? Last fiddled with by science_man_88 on 2014-09-03 at 00:06 |
![]() |
![]() |
#381 |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
3×3,109 Posts |
![]()
[Shatner-comma-mode]
What, are, you, talking, about? [/Shatner-comma-mode] |
![]() |
![]() |
#382 |
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
![]()
I basically mean each Sn n>=2 is of form 16x^2+16x+2 with x values working in a specific pattern. the Double mersenne numbers can be connected with 2y^2+4y+1 with y taking on the previous value in the double mersenne numbers. so I was asking since each of these sequences can be linked to a polynomial with a certain pattern for there variable in each is it harder/easier to connect the two with these polynomials or the modular connection used in LL.
Last fiddled with by science_man_88 on 2014-09-03 at 01:03 |
![]() |
![]() |
#383 | |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
3×3,109 Posts |
![]() Quote:
For 127, Sn take these values: S0=4, S1=14, S2=67, S3=42, S4=111, S5=0. Explain how you claim that "each Sn n>=2 is of form 16x^2+16x+2" ? As soon as (non-modulo value) Sn > 2^p-1 (which is at n ~ log2p), you will take a modulo, or else you are talking about third grade arithmetic (p=3, 5, 7...). Even for the largest testable candidates, the range where your "each Sn n>=2 is of form 16x^2+16x+2" holds is less than 2<=n<=30. For the rest of the millions of iterations, you've got nothing. For double-Mersennes, explain how are you going to do the iterations, whether with modulo >= 2^261-1 or ...maybe without? Elaborate. |
|
![]() |
![]() |
#384 | |
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
![]() Quote:
16*3^2 +16*3+1 = 194; 16*48^2+16*48+1 = 37634; etc. as to the modulo I was thinking of having something provable about the relation ship of x and y, and possibly a formula outside of 4*x^2+4*x for the new values of x, which are 3,48,9408,..... ( which I swear I've seen before but can't remember where) edit:I realized that x follows edit2: "one less than "the square of the terms of A002812 which is the reduced LL sequence. Last fiddled with by science_man_88 on 2014-09-03 at 02:36 |
|
![]() |
![]() |
#385 |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
3×3,109 Posts |
![]()
Homework for you:
1. Re-read http://mersenne.org/various/math.php#lucas-lehmer 2. Pop-quiz: write the definition of Sn in Lucas-Lehmer iteration 3. For bonus points: determine the first n at which lift(Sn)^2-2 > 2^p-1 and modulo will apply. |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 3 | 2017-08-10 13:47 |
Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
Mersenne primes and class field theory | Nick | Math | 4 | 2017-04-01 16:26 |
Basic Number Theory 11: Gaussian primes | Nick | Number Theory Discussion Group | 0 | 2016-12-03 11:42 |
Mersenne Wiki: Improving the mersenne primes web site by FOSS methods | optim | PrimeNet | 13 | 2004-07-09 13:51 |