![]() |
|
|
#12 |
|
"Nathan"
Jul 2008
Maryland, USA
5·223 Posts |
|
|
|
|
|
|
#13 | |
|
Serpentine Vermin Jar
Jul 2014
63578 Posts |
Quote:
I wonder how to explain residues like the ones in: M64847711 M47359579 And spoiler alert, because I'm sure that one for M47359579 is bogus, the masked byte is also FF. If one of y'all submits a bogus result now with all FF's, I'll know. ![]() There's also this one: M3370013 The masked byte is FE. On the other hand, we have some actual winners like: M15721967 M13708351 and a couple real beauties: M10268009 M21642389 I found verified residues starting with 5 hexit runs for each hexit except for 4's, 6's, 9's, B's and F's. There are probably cases of runs of those in the residue, but anyone familiar with SQL knows it takes longer to do a '%x%' match than a 'x%' match and I didn't want to bog down the server. ![]() (EDIT: Never mind, I created an index on the residue column and checked... a few more runs of 6 in a row, but none with 7 or more) Last fiddled with by Madpoo on 2015-04-20 at 16:41 |
|
|
|
|
|
|
#14 | ||
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
Quote:
Quote:
Last fiddled with by Batalov on 2015-04-20 at 21:39 Reason: (lost one instance of -2) |
||
|
|
|
|
|
#15 | |
|
Serpentine Vermin Jar
Jul 2014
7·11·43 Posts |
Quote:
Reason being, we might as well mark weird things like that as bad right away (or at least "suspect"), and if that was the first-time LL check, assign it back out for a new first time check rather than wait for the double-checking to catch up to it. For my part, a few months back I tried to find weird residues like that which were waiting on a double or triple check and cleared them out but I missed some others like the 0xFFFFF... stuff. And maybe there are other weird and implausible residues that we might mark as suspect right away and reassign as a first-time check to someone else? Preferably not the same person?
|
|
|
|
|
|
|
#16 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·1,549 Posts |
Since we are only seeing the last 64 bits then any value is a plausible residue.
|
|
|
|
|
|
#17 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
Right. Essentially this convolution is a random number generator* with very good distribution properties. If one needed a stream of random bits, the whole state of the residue is an excellent source of it (for the prime modulo; maybe less perfect for a typical run modulo a composite Mersenne number, but still, "government-job"-grade random for sure). The full-length residue is a PRNG, and any bit (or a stretch of 64 bits) is independently PRNG as a vector along iterations as time.
To add to that, I have posted some examples some time ago, that produce a 0000000000000000 RES64 with the answer "not prime" (there are non-zero higher bits, but 64 lower bits are all zero, and all three programs are aware of that and will report "not prime"); that should be possible to find. Granted, those were not LL-, but PRP- residues. I also remember a thread where people were pondering if a legitimately total zero residue is possible for an iteration less than p-th (or beyond, if we'd let the iterations continue). I don't remember if there was an answer. I thought it was a no. Clearly even if it ever happened, one could stop iterations because the final answer will be "2", but checking that the full residue is all zeroes is a computational expense. It is been done, but only relatively rarely, iirc. We can check if there ever was a double- triple- checked residue =2. That used to be a no and is still a no, I gather from earlier posts. __________________ * The M-Twister is not doing LL, though. Maybe it could ;-) Last fiddled with by Batalov on 2015-04-20 at 23:44 Reason: (M-Twister is a red herring) ___ (╯°□°)╯︵ ┻━┻ |
|
|
|
|
|
#18 | |
|
Jun 2003
22·3·421 Posts |
Quote:
Using dynamic programming, I get the count of patterns as 3184078216197616, giving a probability of 1:5793 EDIT:- This is for the 16 char case. For 14 char strings, the count is 10376414887936, giving a probability of 1:6944 Last fiddled with by axn on 2015-04-21 at 03:20 |
|
|
|
|
|
|
#19 | |
|
Sep 2014
29 Posts |
Quote:
|
|
|
|
|
|
|
#20 | |
|
Jun 2003
22×3×421 Posts |
Quote:
Thank you.
Last fiddled with by axn on 2015-04-21 at 16:03 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CUDALucas gives all-zero residues | fivemack | GPU Computing | 4 | 2016-07-21 15:49 |
| residues and non residues of general quadratic congruences | smslca | Math | 0 | 2012-10-12 06:42 |
| Quadratic Residues | Romulas | Math | 3 | 2010-05-09 03:27 |
| Fake Residues | jinydu | Lounge | 1 | 2008-09-16 17:02 |
| Request for all PRP residues | axn | Sierpinski/Riesel Base 5 | 3 | 2006-09-03 12:53 |