![]() |
|
|
#23 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
does (((((((((((((10037^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 factor if not then it has to be prime I think as 30201 is 3*10037 so either 30201 replaced with 3 or 10037 can't factor for it to be prime.edit: I might be confusing myself now.
Last fiddled with by science_man_88 on 2016-07-01 at 15:19 |
|
|
|
|
|
#24 | |
|
"Mike"
Aug 2002
822310 Posts |
Quote:
30201 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - 2 ^ 2 - We really dislike parentheses!
|
|
|
|
|
|
|
#25 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Quote:
|
|
|
|
|
|
|
#26 | |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
Last fiddled with by science_man_88 on 2016-07-01 at 19:10 |
|
|
|
|
|
|
#27 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
Here is a primitive [linux] sieve (it is for n=15, but easily modified).
It is reasonably fast to sieve to 45 bits for this n. Test cases (compare to PFGW with -f9999"{131072}" option): Code:
20323762176001 | ((((((((((((((6055^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 10062405304321 | ((((((((((((((6009^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 13088925155329 | ((((((((((((((1003^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 Last fiddled with by Batalov on 2016-07-01 at 22:17 |
|
|
|
|
|
#28 | |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
however the rule about dividing differences comes from the binomial theorem. The rule about division in LLP(x,n) for constant x is simply implied by modular constraints. |
|
|
|
|
|
|
#29 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
16F816 Posts |
Quote:
I am running it on windows which may be the issue. Thanks for making this you have saved me some time tomorrow. Last fiddled with by henryzz on 2016-07-01 at 22:34 |
|
|
|
|
|
|
#30 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
There is no support for Windows in that code.
The input is the s0 values (odd numbers, one per line; n is implicitly 15 for now). |
|
|
|
|
|
#31 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250516 Posts |
For n=15, there is
((((((((((((((34251^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 (148593 digits PRP) |
|
|
|
|
|
#32 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Quote:
Looks like a large n=16 or any n=17 would reach the level of the top 5000 primes. If we could prove it that is. |
|
|
|
|
|
|
#33 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
I am now sieving n=16 (up to s<80000) and will stop there.
These are PRPs; there's no good path forward to prove them, and the larger they get the tinier the chance. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lucas-Lehmer test | Mathsgirl | Information & Answers | 23 | 2014-12-10 16:25 |
| lucas-lehmer theorem | Robot2357 | Math | 6 | 2013-06-15 03:10 |
| lucas lehmer outstretch | science_man_88 | Miscellaneous Math | 7 | 2010-07-14 12:35 |
| Lucas-Lehmer Test | storm5510 | Math | 22 | 2009-09-24 22:32 |
| Lucas-Lehmer | Dougal | Information & Answers | 9 | 2009-02-06 10:25 |