mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2012-03-30, 20:27   #12
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

2418 Posts
Thumbs up

Quote:
Originally Posted by Batalov View Post
Primo on linux is already doing all the Luhn-ification on N threads. No need for manual interventions anymore.

Also, consider all already known GFNs (e.g. http://www.primenumbers.net/prptop/s...096%2Bb%5E4096 off the top of my head ...and there are other sites, of course) before searching for more of these PRPs.
Very interesting link but all the PRPs listed have more than 10000 digits
and I did not find the "other sites"... Thanks, I'll keep searching...
YuL is offline   Reply With Quote
Old 2012-03-30, 22:17   #13
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

1D2416 Posts
Default

Quote:
Originally Posted by YuL View Post
OK, so this basically confirms that ECPP using Primo is the way to go, I've already proven a few:
8100^1024+203^1024
78^2048+41^2048
150^2048+7^2048
53^4096+2^4096

but 72^8192+43^8192 is 15216 digits long, I wonder how long would it take to produce the certificate, based on the ones I have already done I estimated it would take 4 months, I'm still thinking whether I will start the fight against that behemoth...
Allow me to add the following elementary observation:

We have a^2^n + b^2^n = p, with p a hypothesized prime.

Note that a^2^n = -b^2^n mod p whence

(a/b)^2^n = -1 mod p and by squaring both sides we get

(a/b)^(2^n+1) - 1 = 0 mod p,

Thus proving primality of these numbers is no different from proving
a (non-base 2) Cunningham number prime. One can use the same methods.
R.D. Silverman is offline   Reply With Quote
Old 2012-03-30, 22:27   #14
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Allow me to add the following elementary observation:

We have a^2^n + b^2^n = p, with p a hypothesized prime.

Note that a^2^n = -b^2^n mod p whence

(a/b)^2^n = -1 mod p and by squaring both sides we get

(a/b)^(2^n+1) - 1 = 0 mod p,

Thus proving primality of these numbers is no different from proving
a (non-base 2) Cunningham number prime. One can use the same methods.
Let me add that this of course is totally impractical. I will offer a hint:
Think about the height/size of ab^-1.
R.D. Silverman is offline   Reply With Quote
Old 2012-03-31, 12:33   #15
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Allow me to add the following elementary observation:

We have a^2^n + b^2^n = p, with p a hypothesized prime.

Note that a^2^n = -b^2^n mod p whence

(a/b)^2^n = -1 mod p and by squaring both sides we get

(a/b)^(2^n+1) - 1 = 0 mod p,

Thus proving primality of these numbers is no different from proving
a (non-base 2) Cunningham number prime. One can use the same methods.
The last step, squaring is superfluous and introduces 'extraneous roots'
of the congruence. One would not want to do this. Instead, just
work with (a/b)^2^n + 1
R.D. Silverman is offline   Reply With Quote
Old 2012-03-31, 13:18   #16
literka
 
literka's Avatar
 
Mar 2010

26·3 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
The last step, squaring is superfluous and introduces 'extraneous roots'
of the congruence. One would not want to do this. Instead, just
work with (a/b)^2^n + 1
Do you hate to use parentheses? I looks for me that it should be
(a/b)^[2^(n+1)].
Two parentheses more and in previous posts the same.
literka is offline   Reply With Quote
Old 2012-04-01, 21:45   #17
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by literka View Post
I looks for me that it should be
(a/b)^[2^(n+1)].
I don't think so. (a/b)^2^n + 1 should mean ((a/b)^(2^n)) + 1 and it looks like it means just that from the context.

Personally I think that superfluous parentheses harm readability. I wouldn't mind one extra, (a/b)^(2^n) + 1, but two or three extra is surely worse.
CRGreathouse is offline   Reply With Quote
Old 2012-04-04, 17:06   #18
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

16110 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
The last step, squaring is superfluous and introduces 'extraneous roots'
of the congruence. One would not want to do this. Instead, just
work with (a/b)^2^n + 1

I think I lack the theoretical background which would allow me to get it...
Maybe if someone is kind enough to explain "how it works" (or "how it would work") on say 3^4+2^4 (or 6^8+5^8) I would be able to get a little bit farther..
By the way, while reading this (quoted from http://books.google.fr/books?id=94DaZuV...generalized+fermat+numbers+riesel...el&f=false)
"Also the numbers a^(2^n)+1 with a odd are slightly easier to examine for primality than are the general Fn(a,b)".
I said to myself maybe we could use the same methods as the one used for proving Pépin's test to get a primality test for those numbers but that would have been done long ago if it were that easy...
I'll keeping working on it...

Meanwhile, 53^4096+48^4096 (7063 digits) now has its primality certificate...
YuL is offline   Reply With Quote
Old 2012-04-04, 17:58   #19
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

11101001001002 Posts
Default

Quote:
Originally Posted by YuL View Post
I think I lack the theoretical background which would allow me to get it...
Maybe if someone is kind enough to explain "how it works" (or "how it would work") on say 3^4+2^4 (or 6^8+5^8) I would be able to get a little bit farther..
(3/2)^4 + 1 mod 97 == (3*48)^4 + 1. (mod 97). Note that 144^4 + 1
is divisible by 97. If 97 is not prime, it must be the product of two SMALLER
factors of 144^4 + 1. Show that there are no smaller factors.....
R.D. Silverman is offline   Reply With Quote
Old 2012-04-06, 11:01   #20
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

16110 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
(3/2)^4 + 1 mod 97 == (3*48)^4 + 1. (mod 97). Note that 144^4 + 1
is divisible by 97. If 97 is not prime, it must be the product of two SMALLER
factors of 144^4 + 1. Show that there are no smaller factors.....
If I rely on the fact that odd prime divisors of a2^n+1 are of the form k.2n+1+1 it follows that I only have to check for divisibility
by prime numbers of the form k.23+1 <= square root of 97 and there are no such primes. Is that it?

So, if i figure this right, in the general case:
if there is no prime p = 1 (mod 2n+1) such that p <= \sqrt{F_n(a,b)} and p \mid  F_n(a,b) then F_n(a,b)=a2^n+b2^n is prime.

Which means that, basically, we are trial factoring F_n(a,b) (even if the search is restrained to primes of the form k.2n+1+1), is it the reason why you said in post #14 that "this of course is totally impractical"?
YuL is offline   Reply With Quote
Old 2012-04-06, 12:09   #21
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

164448 Posts
Default

Quote:
Originally Posted by YuL View Post
is it the reason why you said in post #14 that "this of course is totally impractical"?
Essentially, yes.
R.D. Silverman is offline   Reply With Quote
Old 2012-10-23, 11:06   #22
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

16110 Posts
Default 72^8192+43^8192

Quote:
Originally Posted by YuL View Post
but 72^8192+43^8192 is 15216 digits long, I wonder how long would it take to produce the certificate, based on the ones I have already done I estimated it would take 4 months, I'm still thinking whether I will start the fight against that behemoth...
It is my pleasure to announce that 72^8192+43^8192 is now a proven prime
It entered the ECPP top 20 at rank 5 (but is already at rank 6).
Certification took 193 days (using 3 cores/6 tasks/CPU=Intel Xeon W3530)...
YuL is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Primes of the form (b+-1)*b^n+-1 and b^n+-(b+-1) sweety439 sweety439 162 2020-05-15 18:33
Search primes of form 2*n^n ± 1 JeppeSN And now for something completely different 27 2018-04-12 14:20
Primes of the form n+-phi(n) carpetpool carpetpool 3 2017-01-26 01:29
Infinitely many primes of a form? PawnProver44 Homework Help 1 2016-03-15 22:39
Primes of the form 2.3^n+1 Dougy Math 8 2009-09-03 02:44

All times are UTC. The time now is 16:07.


Mon Aug 2 16:07:37 UTC 2021 up 10 days, 10:36, 0 users, load averages: 2.19, 2.09, 2.14

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.