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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4418 - 4447 of 9803   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4418
I try something and the result is a great surprise for me Did a mathematician ( as i am not ) can explain me why it seems to work ? let N(1)=2 first prime...
Pierre CAMI
pierrecami
Offline Send Email
Jun 1, 2004
3:19 pm
4419
what is primeform program? thx...
stclaus_imi
Offline Send Email
Jun 2, 2004
5:59 am
4420
I find it hard to believe that you have improved on Riemann's approximation. Take a look at Ribenboim, page 238, table 27, which shows how pi(x) wobbles about...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 3, 2004
12:26 am
4421
Unfortuneately a few computer/power outages have slowed my run down but hopefully in the next few days I'll be able to complete it. For fun I extracted a list...
andrew_j_walker
Offline Send Email
Jun 3, 2004
3:13 am
4422
http://listserv.nodak.edu/scripts/wa.exe?A2=ind0406&L=nmbrthry&P=601 http://hjem.get2net.dk/jka/math/primegaps/megagap2.htm -- Jens Kruse Andersen...
Jens Kruse Andersen
jkand71
Offline Send Email
Jun 3, 2004
11:37 am
4423
Hello! ... Mathematica 4.1: NN=2;SS=N[Log[NN],200];k=1; T=Timing[For[n = 2,n<=12000,n++,NN=SS+N[Pi*n^(Pi/6),200]; SS=SS+N[Log[NN],200];NN=Floor[NN]; ...
Someone
someoneltd
Offline Send Email
Jun 3, 2004
12:48 pm
4424
... examples ... This is a "similar" but different bug. I will add that to the to get fixed....
jim_fougeron
Offline Send Email
Jun 3, 2004
3:09 pm
4425
This bug (and others) have been fixed, and a updated development version of PFGW has been placed into the OpenPFGW yahoo groups' file folder. I will not...
jim_fougeron
Offline Send Email
Jun 3, 2004
8:13 pm
4426
Congrats to Jens and Hans. Here the problem is that we cannot completely rely on hardware+software to avoid false negatives. Jens and Hans do the best they...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 4, 2004
9:01 pm
4427
... Thanks. ... Indeed. It is described here for the curious: http://hjem.get2net.dk/jka/math/primegaps/residuemismatch.txt ... We also met the conditions of...
Jens Kruse Andersen
jkand71
Offline Send Email
Jun 4, 2004
11:24 pm
4428
Hi Michael, I just updated my Cunningham Chain record list in the primenumbers group. You can find it there under Files > Prime Tables. The current records...
trex400
Offline Send Email
Jun 5, 2004
5:28 pm
4429
... Those of us who prefer not to belong to that group have a simple remedy: type "4p" or "8p" in the "Text Comment" box of ...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 6, 2004
2:57 am
4430
... That is not a bug. Pari-GP agrees: ? n=2^512-19;if(Mod(3,n)^(n-1)==Mod(9,n),print(ok)) ok Why? David...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 6, 2004
6:15 am
4431
... From: "David Broadhurst" <d.broadhurst@...> To: <primeform@yahoogroups.com> Sent: Sunday, June 06, 2004 4:15 PM Subject: [primeform] tiny residue ...
Stephen and Gail Ecob
eschabor
Offline Send Email
Jun 6, 2004
11:29 am
4432
Thanks Stephen. More generally: a^(N-1) = a^(a-1) mod N if a|N with N/a prime and gcd(N/a,a)=1. In default PRP mode, with a=3, this shows up as a residue of ...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 6, 2004
12:47 pm
4433
... Yes, in this case that is of course a very good and allways actual source. In my file you can find some additional information about Cunningham chain...
trex400
Offline Send Email
Jun 6, 2004
1:03 pm
4434
I found two more Lucas series that yield x^3 + y^3 + z^3 = 1, namely those with [p, q] = [9, -1] and [p, q] = [55, 1]. Here are two small primality proofs that...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 6, 2004
11:48 pm
4435
... Or more simply to the original question of why 2^512-19 should be composite, In[5]:= \!\(Table[Mod[2\^k - 19, 9], {k, 2, 100, 2}]\) Out[5]= ...
Dick
Richard042
Offline Send Email
Jun 7, 2004
3:36 am
4436
... Rather, the original question was: why is the residue small? The answer, spotted by Stephen, is that (2^512-19)/3 is prime. At the back of my mind was the...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 7, 2004
12:56 pm
4437
I have noticed this many times before. 3^(P*3-1)%(P*3) will be 3^2 (i.e. PRP-3 test) 5^(P*5-1)%(P*5) will be 5^4 (i.e. PRP-5 test) 7^(P*7-1)%(P*7)...
jim_fougeron
Offline Send Email
Jun 7, 2004
4:03 pm
4438
When I built the June 3th Dev version of PFGW, I errantly did not copy in the EXE files (duh!). Also went on vacation over the weekend, so I have not gotten...
jim_fougeron
Offline Send Email
Jun 7, 2004
4:08 pm
4439
The formula N^(N*P-1) mod (N*P) = N^(N-1) is an elementary property of congruences, illustrated here for 2 and 3: 2^(p-1) mod p = 1 so 2^(2(p-1)) mod p = 1...
Milton Brown
miltbrown@...
Send Email
Jun 7, 2004
8:03 pm
4440
Milton claimed to have proven that ... for natural N and prime P, and hence that 8 mod 4 = 2...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 7, 2004
10:44 pm
4441
[N-1, Brillhart-Lehmer-Selfridge] Calling Brillhart-Lehmer-Selfridge with factored part 33.34% (34*U(81839)+404*lucasU(9,-1,256)^2+44*lucasU(9,-1,512)+9)^3 ...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 7, 2004
11:45 pm
4442
Thanks David, This seems to be an exception. Notice 2^(p-1) mod p = 1 so 2^(2(p-1)) mod p = 1 and 2*2^(2p-2) mod (2p) = 2 or 2^(2p-1) mod (2p) = 2^1 When p=2,...
Milton Brown
miltbrown@...
Send Email
Jun 8, 2004
3:31 am
4443
Of course, a mod p can not be 0 (as is 2 mod 2 = 0) Looks like we both forgot. So with this condition the proof is valid D'accord? Milton L. Brown miltbrown...
Milton Brown
miltbrown@...
Send Email
Jun 8, 2004
9:18 am
4444
... Wrong again! I explicitly avoided the trap that Milton fell into: http://groups.yahoo.com/group/primeform/message/4436 ... ........................! I...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 8, 2004
10:38 am
4445
Thanks for the updates Jim. I've now also finished the k*3^n+1 run up to n=10 million and k=8191. The only difference this time is I added a few more fermat...
andrew_j_walker
Offline Send Email
Jun 9, 2004
12:33 am
4446
I finally found a Lucasian family of Diophantine solutions to x^3 + y^3 + z^3 = 1 based on U/V(1618,1,n) with fundamental discriminant D = (1618^2-4)/72^2 =...
David Broadhurst
djbroadhurst
Offline Send Email
Jun 9, 2004
7:28 pm
4447
...meets a fast PC -- and there is yet a grain of luck, it takes only about 36 hours to find a 47-digit CPAP-8: ...
Hans.Rosenthal@...
prime13117532
Offline Send Email
Jun 12, 2004
12:26 am
Messages 4418 - 4447 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