![]() |
|
|
#56 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
2·1,061 Posts |
Quote:
|
|
|
|
|
|
|
#57 | |
|
"William"
May 2003
New Haven
44768 Posts |
Quote:
Browsing some some larger PRPs, I quickly found another one of these today. The proof was easily completed by helping the factordb find the algebraic factors of N+1. 14^2080+13 |
|
|
|
|
|
|
#58 |
|
Sep 2010
Scandinavia
61510 Posts |
I have helped many proofs like this.
I'm really hoping the database will get better at recognizing algebraic factors. |
|
|
|
|
|
#59 |
|
Feb 2012
Paris, France
7×23 Posts |
|
|
|
|
|
|
#60 |
|
Feb 2012
Paris, France
101000012 Posts |
The same for (10^798-1)*970/99+1: N-1 needed help from 10^798-1
and (5^1428-1)*85/24+1: N-1 needed help from 5^1428-1 (2^3023+27)/5: N+1 needed help from 2^3018+1 (16^564-1)*176/85+1: N-1 needed help from 2^2256-1 Last fiddled with by YuL on 2012-02-26 at 15:10 |
|
|
|
|
|
#61 |
|
Feb 2012
Paris, France
7×23 Posts |
(2^5354*75+1)/7: uploading a primality certificate for ((2^5354*75+1)/7-1)/3018 allowed an N-1 proof.
|
|
|
|
|
|
#62 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
Would it be possible to download all the prps with form (b^n+c)/d and similar forms? It should be possible to parse that sort of expression in a script such that the necessary factors of plus or minus one can be supplied.
|
|
|
|
|
|
#63 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111110002 Posts |
|
|
|
|
|
|
#64 |
|
"William"
May 2003
New Haven
236610 Posts |
(10^1872*58+41)/99 needed help from 10^1872-1
|
|
|
|
|
|
#65 |
|
Sep 2010
Scandinavia
61510 Posts |
8863^433-1 needed help with the factors of 8863^432-1.
There are many such numbers. |
|
|
|
|
|
#66 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
Once you have a list of the numbers the numbers of the form (b^n*k+-c)/d will be recognized by this in notepad++
^\(([0-9]+)\^([0-9]+)\*([0-9]+)([+-])([0-9]+)\)/([0-9]+) I replaced these by: correct (\1^\2*\3\4\5)/\6 Then I sort the lines in the file and remove those without correct at the beginning. Then I remove correct from the beggining of the lines. Now I have a list of numbers which can be parsed and manipulated by a simple program. Unfortunately show as plain text only works for composites so I can only manually copy 1000 at once and can't use a script to pull them. I have attached the results of the current first 1000 for people to browse more easily A program finding which are possible should follow shortly. Last fiddled with by henryzz on 2012-02-28 at 20:00 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can two Mersenne numbers share a factor? | James Heinrich | Math | 57 | 2011-09-12 14:16 |
| Avoidance of self- & other-deception in proofs | cheesehead | Soap Box | 71 | 2010-01-14 09:04 |
| Curious and want to share about Prime number 23 | spkarra | PrimeNet | 4 | 2009-11-20 03:54 |
| Status of GIMPS proofs | Brian-E | Information & Answers | 7 | 2007-08-02 23:15 |
| Collection of Proofs? | Orgasmic Troll | Math | 1 | 2004-12-30 15:10 |