![]() |
|
|
#100 |
|
May 2007
Kansas; USA
101×103 Posts |
I have been working on many of the easier Riesel bases 51-100. Below is a general synopsis of what I have done and found. I will show more details a little later on. All bases were searched to n=10K or until proven unless otherwise stated below.
I am listing any reservations after the k's remaining. Code:
base k's remaining
53 [128 k's remaining at n=10K; shown on web pages]
54 proven
55 68, 2330, 3060, 3158, 3240, 3578, 3942, 4640, 4878,
5286, 5354, 5690, & 6098 at n=25K
56 proven
57 proven
59 proven
60 [81 k's remaining at n=10K; shown on web pages]
61 198, 1520, 1644, 6168, 9642, 10572, & 10968 at n=25K
62 proven
65 proven
67 242, 1274, 1886, 2228, 2846, & 2906 at n=25K
68 proven by Flatlander; final prime at n=25395 !
69 proven
70 729, 1776, 2202, & 5468 at n=25K
72 4 at n=54K; sieve file available to n=100K
73 proven
74 proven
76 proven
77 proven
80 10, 31, 106, 170, & 214 at n=10K
81 proven
83 proven
84 proven
86 proven
87 172, 186, 384, 472, 536, 562, 672, 714, 848, 862, 1004, 1112,
1132, 1154, 1418, & 1628 at n=20K; sieve file available to n=100K
89 proven
90 proven
92 proven
93 424 & 452 at n=50K; sieve file available to n=100K
94 29 at n=51K
98 proven
99 proven
100 653 at n=60K; sieve file available to n=150K
Gary Last fiddled with by gd_barnes on 2010-01-18 at 09:29 Reason: remove bases > 100 |
|
|
|
|
|
#101 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Last fiddled with by gd_barnes on 2010-01-18 at 09:30 Reason: remove bases > 100 |
|
|
|
|
|
|
#102 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Here's the srsieve output:Code:
srsieve 0.6.9 -- A sieve for integer sequences in n of the form k*b^n+c. srsieve started: 10000 <= n <= 20000, 3 <= p <= 4000000000003 Split 1 base 73 sequence into 2 base 73^12 subsequences. WARNING: 36*73^n-1 has algebraic factors. WARNING: 36*73^n-1 has algebraic factors. p=409039997, 6801123 p/sec, 9973 terms eliminated, 28 remain p=846160019, 7272243 p/sec, 9977 terms eliminated, 24 remain p=1297080067, 7507826 p/sec, 9980 terms eliminated, 21 remain p=1754920133, 7615436 p/sec, 9980 terms eliminated, 21 remain p=2217960077, 7713347 p/sec, 9981 terms eliminated, 20 remain p=2685040051, 7774818 p/sec, 9981 terms eliminated, 20 remain p=3156040061, 7841635 p/sec, 9981 terms eliminated, 20 remain Sieving 3 <= p <= 3163531061 eliminated 9981 terms, 20 remain. Wrote 20 terms for 1 sequence to abc format file `sr_73.pfgw'. srsieve stopped: at p=3163531061 because SIGINT was received.
|
|
|
|
|
|
|
#103 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
11000011010012 Posts |
Okay, that was easy. Riesel base 73 is now complete to n=20K.
Results are attached.Heck, if it's this easy, I'll just go on ahead and take it up to n=50K!
Last fiddled with by mdettweiler on 2008-12-22 at 06:18 Reason: cleaned up the attachment--not needed since base was actually proven as seen below |
|
|
|
|
|
#104 | |
|
May 2007
Kansas; USA
242438 Posts |
Quote:
Sheesh, and I just now checked. That is an OBVIOUS one since it's a perfect square: odd n: factor of 37 even n have algebraic factors: Where n=2q, it factors to (6*73^q-1)*(6*73^q+1) Note: Not all k's that are perfect squares have algebraic factors to make a full covering set. Only on the Riesel side where all odd n have a trivial "numeric" factor like this one. I eliminated a lot of algebraic factors on several of the bases but obviously missed this one. I'll edit my original post. Sorry about that. Any time there are an abnormally low # of candidates remaining after sieving, it almost always means algebraic factors. Gary Last fiddled with by gd_barnes on 2008-12-03 at 22:01 |
|
|
|
|
|
|
#105 | |
|
May 2007
Kansas; USA
242438 Posts |
Quote:
It looks like you posted this just ahead of my post. Don't waste your time! Like I said, any time there is an abnormally low # of candidates remaining upon sieving, there are likely algebraic factors, hence eliminating the k from consideration. The base is proven. Edit: It looks like bases 109 and 110 are ripe for a proof. An interesting note about base 110: k=36 on that base has exactly the same numeric and algebraic factors as does k=36 for base 73. That is a factor of 37 for odd n and where the base = b and n=2q for even n: (6*b^q-1)*(6*b^q+1). That's strange that I found this one and not the one for base 73. Brain fart I guess. Gary Last fiddled with by gd_barnes on 2008-12-03 at 22:15 |
|
|
|
|
|
|
#106 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
![]() One quick question though: how do you know that all odd n have a factor of 37? It's probably something blindingly obvious but I'm missing it.
Last fiddled with by mdettweiler on 2008-12-03 at 22:06 |
|
|
|
|
|
|
#107 | |
|
May 2007
Kansas; USA
242438 Posts |
Quote:
The web page that I've expoused many times here: http://www.alpertron.com.ar/ECM.HTM Just plug in your form for n=1, 3, 5, 7, 9, etc. You'll see it has a factor of 37 every time. It takes any normal mathematical symbols. I use the page extensively and almost exclusively for determining such things. You just have to see the patterns in the way the factors occur. The factor patterns are one of the most interesting things to me about these conjectures. Gary |
|
|
|
|
|
|
#108 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
![]() At this time I haven't been able to get the ECM factoring applet you linked to to work under Linux on my computer (I've used it before under Windows), but I guess the important thing is that now I understand how you came to conclude that all odd n for k=36 have a factor of 37.
|
|
|
|
|
|
|
#109 | |
|
I quite division it
"Chris"
Feb 2005
England
81D16 Posts |
Quote:
But the batch one at the bottom of the page works okay. I too thought Gary was using fancy stuff. Cheat! Last fiddled with by Flatlander on 2008-12-03 at 22:50 |
|
|
|
|
|
|
#110 | |
|
May 2007
Kansas; USA
101×103 Posts |
Quote:
Oh, that's easy. It's just faster to use Alptertron's site. lol ![]() 36*73^1 = 2628 == (1 mod 37) 36*73^2 = 191844 == (36 mod 37) 36*73^3 = 14004612 == (1 mod 37) 36*73^4 = 1022336676 == (36 mod 37) [etc.] Now, when you subtract 1 from the above, you get (0 mod 37) for the odd n's. :-) I don't believe it's a true proof in the classical sense of the word, but it demonstrates conclusively that all odd n are divisible by 37. BTW, I'm pretty sure I got Alpertron's site to work on one of my Linux machines. I'll check it when I get home. But...I thought you had a Windows machine also. Gary |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Riesel base 3 reservations/statuses/primes | KEP | Conjectures 'R Us | 1107 | 2021-07-26 18:37 |
| Bases 501-1030 reservations/statuses/primes | KEP | Conjectures 'R Us | 3913 | 2021-07-26 09:58 |
| Bases 251-500 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 2300 | 2021-07-25 07:38 |
| Bases 6-32 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 1397 | 2021-07-25 07:07 |
| Bases 101-250 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 905 | 2021-07-18 16:55 |