![]() |
|
|
#12 |
|
May 2007
Kansas; USA
242438 Posts |
Here are some notes about the outputs from David's runs:
12775672337441*280^7-1 is prime 367930956102524*280^2-1 is prime 31741813281359*280^1-1 is prime 41294807980463*280^3-1 is prime 179533651185182*280^9-1 is prime 203047772514813*280^14-1 is prime 253971311388192*280^4-1 is prime 371284522956233*280^404-1 is prime 482870640360662*280^10-1 is prime So those can't have a covering set. k=106286297574924 was the only one that I couldn't find a prime for (up to n=2500). But since n=2 has a smallest factor of 11229577 and n=7 has a smallest factor 14 digits long, it is unlikely to have a full covering set. |
|
|
|
|
|
#13 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
In any case, the bounds were likely set to 100000, allowing a max prime length of 5, so if it does have a covering set, it wasn't detected properly.
|
|
|
|
|
|
#14 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
133718 Posts |
Quote:
i did notice something weird which i now think was probably due to overflows if i lowered the max k bound too far it wouldnt find a solution that was still below the max k bound |
|
|
|
|
|
|
#15 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
2×743 Posts |
Quote:
Code:
F(k,b,c,period)=if(gcd(k+c,b-1)>1,return(0));\ for(n=1,period,if(gcd(k*b^n+c,b^period-1)==1,return(0)));return(1) and F(4,7,-1,1)=0 (false, trivial factor(s)). Last fiddled with by R. Gerbicz on 2009-12-19 at 16:07 |
|
|
|
|
|
|
#16 | |
|
May 2007
Kansas; USA
242438 Posts |
Quote:
Robert (that is your name, correct?), please correct me if I'm wrong here: To clarify your final statement here: Based on your testing, we definitely know that all of the conjectures given in your listings have covering sets. What we don't know is if all of the conjectures are the smallest. Is that correct? If so, can you suggest some parameters that we might use for covering.exe to find smaller conjectures that won't cause problems like what David (henryzz) encountered? Gary |
|
|
|
|
|
|
#17 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
|
|
|
|
|
|
#18 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
yes it is
![]() my parents made me choose something not related to my name when i was young for privacy reasons ![]() recently i have been using the name primeprover for most new accounts as it stops people calling me henry i dont mind henryzz i am used to that but just henry bugs me
|
|
|
|
|
|
#19 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
5CE16 Posts |
Quote:
Yes, that's correct, the given covering sets should be valid. I've checked the code there should be no problem if bound_for_primes*best<2^62 is true. The promising periods are those where it has got many small divisors, like 12,24,144. Last fiddled with by R. Gerbicz on 2009-12-20 at 12:12 |
|
|
|
|
|
|
#20 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
Quote:
look at the writing under my name
|
|
|
|
|
|
|
#21 |
|
Nov 2008
2·33·43 Posts |
I think Xyzzy always does that when there is an opportunity to be annoying, but only ever when something in a post hints at that. He could put "Innumerate" under somebody's name, but he's never done it because no-one's ever hinted at it in a post. Although I don't know how Alex got "It rubs the lotion on its skin or else it takes the hose again" (which has since been removed).
Last fiddled with by 10metreh on 2009-12-27 at 13:52 |
|
|
|
|
|
#22 | |
|
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
47·229 Posts |
Quote:
This post is asking for trouble ... Paul |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bases 2 & 4 reservations/statuses/primes | Jean Pennรฉ | Conjectures 'R Us | 466 | 2021-07-25 04:05 |
| Prime finding rate, Sierp vs. Riesel? | CGKIII | Conjectures 'R Us | 27 | 2012-09-12 23:16 |
| Sieving Riesel & Sierp base 16 | gd_barnes | Conjectures 'R Us | 13 | 2009-12-14 09:23 |
| Riesel/Sierp #'s for bases 3, 7, and 15 | Siemelink | Conjectures 'R Us | 105 | 2009-09-04 06:40 |
| Sierpinski/ Riesel bases 6 to 18 | robert44444uk | Conjectures 'R Us | 139 | 2007-12-17 05:17 |