mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2010-08-03, 18:26   #353
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

Quote:
Originally Posted by CRGreathouse
Your guess is as good as mine. You can see where I assumed (explicitly!) that it was a prime (before #334), so I was confused as well.
Now that we're busy dealing with variable semantics, I forgot what the "conjecture" was.
3.14159 is offline   Reply With Quote
Old 2010-08-03, 18:26   #354
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

20C016 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
I don't remember which you've linked to. The 4^n plus-or-minus-something sequence? The 24n+7 seq? Mersenne primes? Mersenne exponents? Something else?



OK. So we're given a p > 1 and we have a function f. Let f(p) = c. Then you're looking at the values of px + c for all x in some unspecified range. Each one you find (or some of the ones you find) will sieve out composit values of 24m + 7 for m in some unspecified range. Correct?
if i interpret you correctly yes and hence if we can turn the patterns of f(p) towards 4(4n+1)+1 which this sequence seems to follow we can weed out the ones that can't be prime leaving the only ones that are prime and hence by counting the index into this sequence(better than using the numbers themselves) we can assuming a(0) gives you 2^3-1 show (2*index+3) is a exponent that will have to give a Mersenne prime.

Last fiddled with by science_man_88 on 2010-08-03 at 18:27
science_man_88 is offline   Reply With Quote
Old 2010-08-03, 18:27   #355
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by science_man_88
p can be just prime as i just said. A002450
You couldn't use numbers from that sequence because some of them are divisible by three!
3.14159 is offline   Reply With Quote
Old 2010-08-03, 18:28   #356
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

20C016 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
You couldn't use numbers from that sequence because some of them are divisible by three!
I want to use the index as the numbers get to big fast. and then 2*index+3 = prime exponent for a Mersenne prime.

the sequence would be all possible m values for greater then 2^3-1 not the primes themselves.

Last fiddled with by science_man_88 on 2010-08-03 at 18:37
science_man_88 is offline   Reply With Quote
Old 2010-08-03, 18:41   #357
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
Quote:
Originally Posted by CRGreathouse View Post
OK. So we're given a p > 1 and we have a function f. Let f(p) = c. Then you're looking at the values of px + c for all x in some unspecified range. Each one you find (or some of the ones you find) will sieve out composit values of 24m + 7 for m in some unspecified range. Correct?
if i interpret you correctly yes and hence if we can turn the patterns of f(p) towards 4(4n+1)+1 which this sequence seems to follow we can weed out the ones that can't be prime leaving the only ones that are prime and hence by counting the index into this sequence(better than using the numbers themselves) we can assuming a(0) gives you 2^3-1 show (2*index+3) is a exponent that will have to give a Mersenne prime.
So you have an array of numbers: 7, 7 + 24, 7 + 24*2, .... You then remove multiples of p + c, multiples of 2p + c, multiples of 3p + c, ... up to Lp + c? Something like that? (This assumes that the thing from which you will "weed out the ones that can't be prime" is the sequence 24m + 7, and that the range for x starts at 1 and ends at L.)

You mention 4(4n+1)+1 = 16n + 5; what does it mean that you're turning the pattern of f(p) toward that?

Where does the sequence (4^n - 1)/3 come into play?

Last fiddled with by CRGreathouse on 2010-08-03 at 18:41
CRGreathouse is offline   Reply With Quote
Old 2010-08-03, 18:45   #358
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
So you have an array of numbers: 7, 7 + 24, 7 + 24*2, .... You then remove multiples of p + c, multiples of 2p + c, multiples of 3p + c, ... up to Lp + c? Something like that? (This assumes that the thing from which you will "weed out the ones that can't be prime" is the sequence 24m + 7, and that the range for x starts at 1 and ends at L.)

You mention 4(4n+1)+1 = 16n + 5; what does it mean that you're turning the pattern of f(p) toward that?

Where does the sequence (4^n - 1)/3 come into play?
(4^n-1)/3 seems to fit a(n+1)=4*a(n)+1

so 4(4n+1)+1 = 16n+5

turning towards that means telling when they are equal so for example 23 gave 85 with my pattern 85 is in this sequence it now is shown not to hold a Mersenne prime. I'd rather target the index in the sequence though.

you have a sequence p*x+c when this hits a number in the sequence it gets eliminated as a possible m for a 24m+7 Mersenne prime.

and 24(a(n))+7 is a odd Mersenne number.

Last fiddled with by science_man_88 on 2010-08-03 at 18:52
science_man_88 is offline   Reply With Quote
Old 2010-08-03, 18:53   #359
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

597910 Posts
Default

So... this may be going out on a limb... but you're suggesting trial-dividing potential Mersenne numbers by numbers of the form (4^n-1)/3?
CRGreathouse is offline   Reply With Quote
Old 2010-08-03, 18:55   #360
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

20C016 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
So... this may be going out on a limb... but you're suggesting trial-dividing potential Mersenne numbers by numbers of the form (4^n-1)/3?
well using these sequence patterns to eliminate them but essentially yeah but maybe using a pattern in the indexes knocked out.
science_man_88 is offline   Reply With Quote
Old 2010-08-03, 19:23   #361
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
well using these sequence patterns to eliminate them but essentially yeah but maybe using a pattern in the indexes knocked out.
OK, so you have a particular prime p for which 2^p - 1 may and may not be a Mersenne prime. You want to use the sequence (4^n-1)/3 in some fashion to eliminate p, that is, to prove that 2^p - 1 is composite.

All I'll need to know is
1. what range of n to use, and
2. how to determine, given (4^n-1)/3, if 2^p - 1 is composite (or unknown).
CRGreathouse is offline   Reply With Quote
Old 2010-08-03, 19:41   #362
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by science_man_88
well using these sequence patterns to eliminate them but essentially yeah but maybe using a pattern in the indexes knocked out.
That's simply terrible!

Ex: 2^97 - 1 = 158456325028528675187087900671 = 11447 * 13842607235828485645766393.

None of those factors could be (4^n-1)/3 because they don't end in 1 or 5! This cannot be used.

Last fiddled with by 3.14159 on 2010-08-03 at 19:44
3.14159 is offline   Reply With Quote
Old 2010-08-03, 20:05   #363
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
That's simply terrible!

Ex: 2^97 - 1 = 158456325028528675187087900671 = 11447 * 13842607235828485645766393.

None of those factors could be (4^n-1)/3 because they don't end in 1 or 5! This cannot be used.

look 24m+7 = odd 2^p-1 starting at 2^3-1. gives all odd exponent Mersenne numbers from 2^3-1 on.

so by determining if m is in the sequence by using the pattern of m derived to be composite using my method we can eliminate all odd composite 2^p-1 of form 24m+7 given a pattern in index elimination we could use this like a sieve of Eratosthenes on the indexes of the sequence given hence only leaving ones that can give primes any sieve of Atkins variant on this would be greatly loved.

Last fiddled with by science_man_88 on 2010-08-03 at 20:08
science_man_88 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wheel Factorization a1call Factoring 11 2017-06-19 14:04
Efficient Test paulunderwood Computer Science & Computational Number Theory 5 2017-06-09 14:02
LL tests more credit-efficient than P-1? ixfd64 Software 3 2011-02-20 16:24
A Wheel storm5510 Puzzles 7 2010-06-25 10:29
Most efficient way to LL hj47 Software 11 2009-01-29 00:45

All times are UTC. The time now is 22:03.


Fri Aug 6 22:03:21 UTC 2021 up 14 days, 16:32, 1 user, load averages: 2.93, 2.80, 2.70

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, 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.