"Steinar H. Gunderson" wrote:
> 
> On Sun, Jul 16, 2000 at 12:46:03PM +0200, Martijn wrote:
> >Furthermore, one could save the value of for instance the 10 000th
> >iteration, and check if a later iteration gets the same value,
> >if it does, one knows that the value will never get to 0 anymore.
> 
> This is quite unlikely to happen, as there are so many possible values
> to choose from! Think 2^(1024^2) (approx.) for a 1024kB FFT -- as you
> are only doing a couple of million iterations, the chance of getting a
> `loop' quickly becomes extremely slim, and it really isn't worth checking
> for.
> 
> /* Steinar */

It might also be noted that in order to be sure that the value is being
repeated, the entire term in the LL sequence would have to be saved (or
matches would have to be found in, say, 20 consequative residues).  

Even saving every residue for a 10 M range exponent would take 21
megabytes of hard drive space, all of which would have to be searched
every time you checked for repeats!  

Nathan
> --
> Homepage: http://members.xoom.com/sneeze/
> _________________________________________________________________
> Unsubscribe & list info -- http://www.scruz.net/~luke/signup.htm
> Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers
_________________________________________________________________________
Unsubscribe & list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ      -- http://www.exu.ilstu.edu/mersenne/faq-mers.txt

Reply via email to