Search the web
Sign In
New User? Sign Up
primeform · User group for PFGW & PrimeForm programs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7175 - 7204 of 9803   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7175
Small mistake on my part too, I'm afraid (one really shouldn't initialize an email using CTRL-C+CTRL-V...):- For "APSieve" read "NewPGen". Thanks for updating...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 1, 2006
8:29 am
7176
... Congrats on those! I would be really interested in some details and run-times of your algorithm for finding APn's. Your methods are obviously very...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 1, 2006
9:03 am
7177
Ah! That makes more sense. Cheers Ken ... initialize an email using CTRL-C+CTRL-V...):- ... hassle of a correction....
kradenken
Offline Send Email
Apr 1, 2006
12:16 pm
7178
... Smallest known difference and end for an AP23. ... Not a record after the former AP23 is known. ... This is the largest known AP22 from March 15: ...
Jens Kruse Andersen
jkand71
Offline Send Email
Apr 1, 2006
1:23 pm
7179
... The equation (i^3 + k*(i^2+1))^2 + 1 = 0 shows that there is a loop for every GFN seed. For example http://primes.utm.edu/primes/page.php?id=21515 helps ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 1, 2006
3:43 pm
7180
... Thanks. ... All my largest known AP records are on the form a*p#+1 for an AP of a's. I haven't searched AP lengths above 19 with this program. For AP sizes...
Jens Kruse Andersen
jkand71
Offline Send Email
Apr 1, 2006
5:33 pm
7181
... Thanks for that description, Jens. Apart from the first and last of these features, that is precisely my detector too (it's exhaustive, but doesn't try to...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 1, 2006
8:03 pm
7182
... So is a single one of Phil's Pies, if you allow yourself a few bits below 1/3 factorization of N+1, for the loop: ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 1, 2006
8:34 pm
7183
http://primes.utm.edu/primes/page.php?id=77458 ... Perhaps Mike needs to submit the other 5, even though those supporting primes are unlistable? David...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 1, 2006
8:48 pm
7184
ahmed roummah <aroummah@...> wrote: hi david I do not know it perche I have celto you in order to help me, are not practical, single I have found a...
Cletus Emmanuel
cemmanu
Offline Send Email
Apr 1, 2006
10:10 pm
7185
... If it's exhaustive then it may spend time testing different parts of the same potential AP of target length. No cache optimization is bad in a program...
Jens Kruse Andersen
jkand71
Offline Send Email
Apr 1, 2006
10:26 pm
7186
... The beauty of working in terms of APs which straddle a particular point (the half-way index) is that this can be avoided. I start only from an AP2 which...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 1, 2006
11:31 pm
7187
Conjecture: An odd prime p is a generalized Fermat prime if and only if there exists an integer i with i^2 = - 1 mod p and i^2 < p. Small number check: ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
12:23 am
7188
... If i^2 = -1 mod p and i^2 < p, then i^2 = p-1, am I wrong? %) Andrey [Non-text portions of this message have been removed]...
Andrey Kulsha
andrey_601
Offline Send Email
Apr 2, 2006
12:30 am
7189
... Andrey: You simply /restated/ my conjecture. What I want is the proof! Why cannot there be an integer i=sqrt(Mod(-1,p)) with i^2 < p-1 ? There is none for...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
1:05 am
7190
... But if i^2 = p-1, then p = i^2+1, i.e. obviously a GFP... ... But if 0 < i^2 < p-1, how i^2 could be -1 mod p? Andrey [Non-text portions of this message...
Andrey Kulsha
andrey_601
Offline Send Email
Apr 2, 2006
1:10 am
7191
... Gulp! No way could that be. It's a proof, thanks! Now I can go to sleep. David (was foolish, now wiser:-)...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
1:14 am
7192
Andrey sagely observed that ... Maybe, before I go to sleep, I should give the context. In http://groups.yahoo.com/group/primeform/message/7179 the GFN-helper ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
1:53 am
7193
... Jens: if you don't mind, can I probe a bit here? The question is important, if we are to home in on the optimal coding. I have stored all the candidate k...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 2, 2006
8:18 am
7194
Hi, I have found an interesting function which I call pipips(n) . It is the count of prime-index-primes (pips) less than n. We define pip(n) = prime(prime(n))...
cino hilliard
hillcino368
Offline Send Email
Apr 2, 2006
11:42 am
7195
... to which one may quickly add pi(pi(10^14)=115465507935 [R(R(10^14)]=115465491695 pi(pi(10^15)=995112599484 [R(R(10^15)]=995112567449 But why confine the...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
12:45 pm
7196
... I believe that it is more efficient to use Gram's formula, which gives R(R(10^15)) to 28-digit accuracy in less than 0.01 seconds. \p28 ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
1:59 pm
7197
... Yes, table=array. ... I have limited knowledge of how cache actually works. If MB's of other data has been read from ram since the next value of q was last...
Jens Kruse Andersen
jkand71
Offline Send Email
Apr 2, 2006
3:56 pm
7198
The first 47577 digits of the decimal expansion of Pi (counting 3 as the first digit) give a (probable) prime. This extends the sequence of known (probable)...
ericwweisstein
Offline Send Email
Apr 2, 2006
4:06 pm
7199
... But Eric, it's not prime trivia, since the number has not been proven prime :-) I think that it might also be welcomed at http://primes.utm.edu/curios/ ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
4:35 pm
7200
... Here is a construction that will tune log(i)/log(p) to any fraction in the range (1/2,2/3). Suppose that n is completely factorized and that p = (n*b+1)^2...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 2, 2006
4:48 pm
7201
My algorithm is several orders of magnitude faster then what you guys have/propose, and the more primes you throw at it the faster it gets. In the simplest...
Markus
markusff
Offline Send Email
Apr 2, 2006
7:16 pm
7202
Jens, The Athlon XP's, to my experience have two flavors: 256kb and 512kb of L2 cache. I suspect the later (final run) of XP's were pushing 1mb of L2. The...
Chuck Lasher
lasher_chuck
Offline Send Email
Apr 2, 2006
7:25 pm
7203
... Don't you mean AND (rather than OR)? Mike...
mikeoakes2@...
mikeoakes2
Offline Send Email
Apr 2, 2006
8:02 pm
7204
Yes I ment AND, This stuff gets confusing after a while :) ... have...
Markus
markusff
Offline Send Email
Apr 2, 2006
8:41 pm
Messages 7175 - 7204 of 9803   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help