Search the web
Sign In
New User? Sign Up
primenumbers · Prime numbers and primality testing
? 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 19472 - 19506 of 21093   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19472
Raanan continues running my program aimed at AP22 with difference divisible by 37# and here is another record: 126599504321565949 + 912*37#*n, n=0..21 (Raanan...
jarek372000
Offline Send Email
Jul 3, 2008
3:28 pm
19473
http://arxiv.org/PS_cache/arxiv/pdf/0807/0807.0090v3.pdf Hugo Scolnik A professor is one who talks in someone else's sleep. [Non-text portions of this message...
scolnik@...
scolnik2003
Offline Send Email
Jul 3, 2008
5:58 pm
19475
... If it is true, I await the elementary version, hehe. About the only line of mathematics which I comprehended was on page 35 where it said: ...
Mark Underwood
marku606
Offline Send Email
Jul 5, 2008
2:55 am
19478
It took me a long time to figure out the algorithm of the extended greatest common divisor. Now I can explain it in the way that I would have liked someone to...
Kermit Rose
kermit1941
Offline Send Email
Jul 7, 2008
10:28 pm
19479
Can anyone prove the following result?   THEOREM:   Let  p(n-1), p(n), p(n+1) three consecutive prime numbers.   We have:   1/2< ...
Sebastian Martin
sebi_sebi
Offline Send Email
Jul 8, 2008
9:49 am
19480
... I suggest you get a math program (like PARI/GP used below) and do some quick experimenting before publishing alleged theorems. ? {for(n=2,1000, ...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 8, 2008
1:25 pm
19481
I have tested for n=1 to 200000 and I have new  possible bounds:   Let  p(n-1), p(n), p(n+1) three consecutive prime numbers.   We have:   1/E < ...
Sebastian Martin
sebi_sebi
Offline Send Email
Jul 8, 2008
3:25 pm
19482
Forget it, I go away to the beach, I need a few vacations. P.D. There are any bound? ... De: Sebastian Martin <sebi_sebi@...> Para: Lista de Matemáticas...
Sebastian Martin
sebi_sebi
Offline Send Email
Jul 8, 2008
3:44 pm
19483
... A good strategy can find better extremes than brute force. The prime sums p(n+1)+p(n) and p(n)+p(n-1) are both even (assuming n>2). Considering the...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 8, 2008
4:35 pm
19484
... Below is a similar case with the low value 0.14394..., close to 1/6.94684. ? p=5280767204*prod(i=1,primepi(2411),prime(i))-1; ? p1=nextprime(p-2466);...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 8, 2008
6:51 pm
19485
Hi All, Over the last 6 months I've been searching for a 7716 digit triple. Using a method first used by David Broadhurst I have been prping numbers of the...
Ken Davis
kradenken
Offline Send Email
Jul 10, 2008
1:47 am
19486
Hello all, I am working on a short paper on a nice little discovery I made. I'd like to ask everyone to have a look and give me feedback before I submit it....
Dick
richard042
Offline Send Email
Jul 10, 2008
1:49 am
19487
... There is something wrong *and* you are unlucky, but not extremely unlucky. Suppose that after getting a prp for c=7, you test the four other numbers in ...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 10, 2008
2:33 am
19488
... in 90 ... extremely ... unlucky. ... numbers in ... or 3 ... was. ... taken ... triple of ... So the probability of a pair yielding a triplet is 1 in 240...
Ken Davis
kradenken
Offline Send Email
Jul 10, 2008
2:42 am
19489
Let N be a integer. How does one go about finding the largest factor, c, less than the square root of a number, N^(1/2)?...
John W. Nicholson
reddwarf2956
Offline Send Email
Jul 10, 2008
6:02 am
19491
From: "John W. Nicholson" <reddwarf2956@...> ... If N is even, factor with 2 until you get N' odd. Once N' is odd, you can write N' as the difference of...
Jose Ramón Brox
ambroxius
Offline Send Email
Jul 10, 2008
10:43 pm
19493
This is a Prime Chain of 128 terms, including 104 distinct primes, consisting of the output of eight equations that alternate sequentially within a procedural...
aldrich617
Offline Send Email
Jul 12, 2008
12:25 pm
19494
This is a Prime Chain of 224 terms consisting of the output of 2x^2 +29 repeated four times, alternating with these same terms in reverse within a procedural...
aldrich617
Offline Send Email
Jul 12, 2008
12:42 pm
19495
I have found another SP19 record (also SP20): 28195514826922573189 + 29#*n, n=0..19 Jarek...
jarek372000
Offline Send Email
Jul 17, 2008
5:41 am
19496
I have found another SP19 record (also SP20): 30702013451021547907 + 29#*n, n=0..19 Jarek...
jarek372000
Offline Send Email
Jul 18, 2008
4:16 pm
19497
I have obtained a short equation for the prime numbers. For all n   (Prime[Prime[n]]-1)*Product[Prime[Floor[(Prime[n]-1)/i]]-1,{i,1,Prime[n]-1}]= ...
Sebastian Martin
sebi_sebi
Offline Send Email
Jul 19, 2008
5:40 pm
19498
I am inteested in knowing how very large prime suspects i.e. larger than the capabality of Pollard's rho test, are tested; is it more of a probabality test? ...
dkandadai
Offline Send Email
Jul 21, 2008
3:41 am
19499
... Pollard's Rho is a factor-finding algorithm. It is impractical to use it as a primality test. For information on primality tests, just see...
Phil Carmody
thefatphil
Offline Send Email
Jul 21, 2008
8:58 am
19500
Eric Rowland notes that if you set a(1) = 7, and for n ™ 2 set a(n) = a(n-1) + gcd(n,a(n-1)); then a(n) - a(n-1) (the "first differences") are all either 1...
Chris Caldwell
primemogul
Offline Send Email
Jul 21, 2008
2:14 pm
19501
This is a Prime Chain of 161 consecutive terms, including 155 distinct primes, consisting of the output of four well-known prime-producing equations that ...
aldrich617
Offline Send Email
Jul 21, 2008
9:25 pm
19502
I will be happy if some of you could find the time to go through the item with the title above in forum-Gen questions/PG-research in Planetmath.org and offer...
dkandadai
Offline Send Email
Jul 22, 2008
6:04 am
19503
Will be glad if any member would furnish the largest known prime of the form x^2 + 1.Tks, A.K.Devaraj...
dkandadai
Offline Send Email
Jul 23, 2008
3:30 am
19504
Pretty sure that it's the number: 24518^262144+1 which seems to be #15 on the list of the largest known primes as I write this....
Jack Brennen
jbrennen
Offline Send Email
Jul 23, 2008
4:44 am
19505
In view of Jack Brennen"s info members may read the continuation of my heuristic in Planetmath.org ( forum-gen. questions/PG and research). A.K.Devaraj...
dkandadai
Offline Send Email
Jul 25, 2008
3:21 am
19506
Conjecture:   For all prime p>=19   we have   p=3q+2r   q and r are both primes.     Sincerely:   Sebastián Martín Ruiz ...
Sebastian Martin
sebi_sebi
Offline Send Email
Jul 25, 2008
9:34 am
Messages 19472 - 19506 of 21093   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