Mersenne: PrimeNet's Top Producers

1999-11-01 Thread Shot

Hi.

On 30th October my computer completed another LL test and returned the result 
to PrimeNet.  

Since then my Individual Account Report seems to be working OK (it has the 
current date and proper info), but my rank seems to be somehow corrupted. 
When I look at http://entropia.com/cgi-bin/primenet_user.pl?UserID=Shot the 
server returns an empty file, and I can't find myself in the PrimeNet's Top 
Producers List (I should be listed somewhere around 0.747 P90 CPU years).

Could anybody verify this for me, please?

Thanks for your time,
-- Shot
  __
 c"? Shot - [EMAIL PROTECTED]  hobbies: Star Wars, Pterry, GIMPS, ASCII
 `-' [EMAIL PROTECTED]  join the GIMPS @ http://www.mersenne.org
 Science Explained (by Kids): Water freezes at 32 degrees and
 boils at 212 degrees. There are 180 degrees between freezing and
 boiling because there are 180 degrees between north and south.
_
Unsubscribe  list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ  -- http://www.tasam.com/~lrwiman/FAQ-mers



Mersenne: MersenneInfo: What Happened?

1999-11-01 Thread Stefan Struiker

To The MBase:

Haven't received any forwards since Friday Oct. 29th...

MersennnialMadMan,
   Stefan S.

_
Unsubscribe  list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ  -- http://www.tasam.com/~lrwiman/FAQ-mers



Re: Mersenne: MersenneInfo: What Happened?

1999-11-01 Thread Lucas Wiman

 To The MBase:
 
 Haven't received any forwards since Friday Oct. 29th...

I believe the problem lies at the source.  I don't think that anybody
has been sending mail to [EMAIL PROTECTED] 

-Lucas 
_
Unsubscribe  list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ  -- http://www.tasam.com/~lrwiman/FAQ-mers



Mersenne Digest V1 #654

1999-11-01 Thread Mersenne Digest


Mersenne DigestMonday, November 1 1999Volume 01 : Number 654




--

Date: Thu, 28 Oct 1999 16:18:33 -0400 (EDT)
From: [EMAIL PROTECTED]
Subject: Re: Mersenne: LL and Pollard-rho in one?

 but doing the Pollard-Rho along a LL test would not
 be particularly efficient, anyways.

Or particularly successful. Remember Pollard-rho heuristically expects to find a 
factor p in something along the lines of sqrt(p) iterations. Since we're doing lets 
call it 10^7 iterations, you'd probably be better off trial-factoring to 10^14 - which 
is already done and beyond with guarantees no factor is missed. You might get a lucky 
factor that's larger, but experience (and the law of averages) tells you you aren't 
going to be *that* lucky.

For every 2 LL iterations, you'd have to do another
one for the cycle find algorithm and a multiply to
store up any factor you find. Thats 9 transforms
instead of 4

Brent's modification of Pollard-rho doesn't require storing the two parallel sequences 
x_n and x_2n. Instead consider x_n-x_k, where k is the greatest power of 2 that's less 
than n. At worst it could take twice as long to find a cycle, but it's at least twice 
as fast.

 And Pollard-Rho is probably not very well suited for
 finding Mersenne factors as it cannot exploit the
 fact that these factor are 1 mod (2p) as P-1 can.

The extra exponentiation at the start of the P-1 algorithm is hardly a great 
exploitation. Note that 'rho' definition of Pollard-rho just means that your iteration 
function should be (pseudo)random - you can create a pseudorandom iteration that does 
exploit the form of factors. Of course, that's no longer an LL iteration though.

 I'm mostly asking for curiosity, whether the LL
 iteration really makes a proper Pollard-Rho
 iteration, especially with the -2.

The classic Pollard-rho iteration x - x^2+a isn't particularly good with a=0 or a=-2. 
The reason is the way the cycles degenerate. You want one of the cycles mod some 
unknown prime factor to be short. What you don't want is all the cycles to collapse at 
the same time... or never collapse at all. Suppose you applied the same Pollard-rho 
iteration simultaneously to all (or at least many) possible initial points mod N (this 
is a reportedly near-perfect parallelization according to a paper by Dick Crandall). 
Why Crandall's parallelization works is that its inevitable that the application of 
the iteration reduces the number of distinct points on each pass until eventually your 
N initial points are folded down to quite short and detectable cycle lengths. However, 
iterate with 0 and -2 and there are some obvious fixed points (solve the quadratic!) 
and other, less obvious, short cycles. In effect, there are some points you can't 
iterate away no matter how long you keep trying.

There's a good visual indicator that 0 and -2 aren't particularly good. z - z^2+c is 
the Julia set iteration on the complex plane. Let's assume for the moment that somehow 
the behavior of the Pollard-rho iteration mod N and the behavior of the Mandelbrot 
iteration on C are equivalent - they are, but the mapping between them is hardly 
trivial.

The Julia sets for c=0 and c=-2 are devastatingly boring, their iteration brings you 
no surprises, no pretty pictures. In much the same way you're not going to get any 
exciting factors with this iteration mod N, either.

In Lucas-Lehmer terms, what happens during the LL / Pollard-rho iteration is that all 
the prime factors of the number have interlocked cycle lengths. That's great for 
primality proving (because if you get the expected final residue, you know something 
about *all* prime factors of your number - and hence conclude there can be only one). 
But a failed LL test simply tells you you now know *all* prime factors of your number 
failed identically. There's nothing in the LL recipe that distinguishes any one prime 
factor from any other.

Chris Nash
Lexington KY
UNITED STATES



_
Unsubscribe  list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ  -- http://www.tasam.com/~lrwiman/FAQ-mers

--

Date: Thu, 28 Oct 1999 22:13:37 +0200
From: "Steinar H. Gunderson" [EMAIL PROTECTED]
Subject: Mersenne: Re: Quiet

On Thu, Oct 28, 1999 at 05:12:46PM +0200, Lars Lindley wrote:
I think it's about time we find a new prime...
The list is so quiet now.

I'm working on it! ;-)

I think a quiet list is better than a list in rage -- don't try
to start a poaching war again, please... The list isn't that
quiet either.

/* Steinar */
- -- 
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

--

Date: Thu, 28 Oct 1999 19:55:06