<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>primenumbers at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/primenumbers/</link>
    <description>Prime numbers and primality testing</description>

    <item>
      <title>Re: Prp vs. pfgw.</title>
      <pubDate>Mon, 09 Nov 2009 15:08:00 GMT</pubDate>
      <dc:creator>mgrogue@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21093</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21093</guid>
      <description>... For base 2, I recommend LLR, since it will automatically do a Proth test for k*2^n&#43;1 numbers.  You could also use PFGW, but you would need to force a</description>
    </item>
    <item>
      <title>Re: Prp vs. pfgw.</title>
      <pubDate>Sun, 08 Nov 2009 19:19:24 GMT</pubDate>
      <dc:creator>Chris Caldwell</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21092</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21092</guid>
      <description>... Others will correct me if I am wrong, but I think they use the same arithmetic engine now.  Of course prp.exe does not prove primality.  LLR might be the</description>
    </item>
    <item>
      <title>Prp vs. pfgw.</title>
      <pubDate>Sun, 08 Nov 2009 19:12:41 GMT</pubDate>
      <dc:creator>Di Maria Giovanni</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21091</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21091</guid>
      <description>Hi I must test numbers in the form k*2^n&#43;1. Is Pfgw faster than prp.exe? Thank Giovanni Di Maria</description>
    </item>
    <item>
      <title>A Ramanjan Prime Corollary</title>
      <pubDate>Sat, 31 Oct 2009 21:07:09 GMT</pubDate>
      <dc:creator>reddwarf2956</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21090</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21090</guid>
      <description>A Ramanjan Prime Corollary: 2*p_(i-n) &gt; p_i for i &gt; k where k = primepi(p_k) = primepi(R_n). That is, p_k is the n&#39;th Ramanujan Prime, R_n, and the k&#39;th prime.</description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Fri, 30 Oct 2009 19:46:05 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21089</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21089</guid>
      <description>... In fact, polling the odd primes really helps: I found 10,000 good digits in 7 minutes, by consulting the 24 odd primes p &lt; 100. The result is in </description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Fri, 30 Oct 2009 15:41:01 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21088</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21088</guid>
      <description>... Finally, here is how to obtain 70 good digits, using no odd prime at all. Observe that the formulas below involve only the numbers 2 and Pi: </description>
    </item>
    <item>
      <title>Re: A slight problem with proof of convergence</title>
      <pubDate>Thu, 29 Oct 2009 18:34:32 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21087</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21087</guid>
      <description>... Your intuition was good, Julien. The key to the proof of finiteness (and also to the very fast evaluation) is that you were using a Dirichlet character: </description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Thu, 29 Oct 2009 17:09:00 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21086</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21086</guid>
      <description>... To obtain, 70 good decimal digits, in 9 milliseconds, it suffices to use only the first two odd primes p = 3,5. This is so fast that, to time it</description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Thu, 29 Oct 2009 10:40:42 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21085</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21085</guid>
      <description>... I used only primes p &lt; 400 {ans(A,N)=local(S=1/2.,L); forprime(p=3,A,S=S&#43;if(p%4==1,1,-1)/p); for(s=1,N,L=if(s==1,Pi/4,if(s%2==0,zeta(s)*(1-1/2^s), </description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Thu, 29 Oct 2009 06:15:23 GMT</pubDate>
      <dc:creator>marku606</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21084</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21084</guid>
      <description>... Rats, my computer doesn&#39;t know what to do with a dvi file. While in my ignorance, I can&#39;t fathom how it can take merely 174 milliseconds to compute 300</description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Thu, 29 Oct 2009 02:27:03 GMT</pubDate>
      <dc:creator>djbroadhurst</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21083</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21083</guid>
      <description>... Here are the first 300 digits: </description>
    </item>
    <item>
      <title>Re: sum of twinprimes</title>
      <pubDate>Wed, 28 Oct 2009 15:46:15 GMT</pubDate>
      <dc:creator>marku606</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21082</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21082</guid>
      <description>... Yes it&#39;s a known fact. All primes &gt; 3 have the form 6n &#43;/- 1.  Thus a twin prime is always of the form (6n-1,6n&#43;1) . The sum is 12n, which is divisible by</description>
    </item>
    <item>
      <title>sum of twinprimes</title>
      <pubDate>Wed, 28 Oct 2009 15:24:00 GMT</pubDate>
      <dc:creator>Robdine</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21081</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21081</guid>
      <description>Is it a known fact that the sum of primes of a twinprime pair is always divisible by 12 ?   (divisible by 4 is evident) or is there a counterexample? gr. Rob </description>
    </item>
    <item>
      <title>Re: Is this a convergent series and if so what is its sum?</title>
      <pubDate>Wed, 28 Oct 2009 08:47:00 GMT</pubDate>
      <dc:creator>andrew_j_walker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21080</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21080</guid>
      <description>... The sum is a variation on sum (9) at http://mathworld.wolfram.com/PrimeSums.html It starts (1/3)-(1/5)+(1/7)+(1/11)-(1/13)-(1/17) and equals 0.3349813253</description>
    </item>
    <item>
      <title>A slight problem with proof of convergence</title>
      <pubDate>Wed, 28 Oct 2009 01:08:15 GMT</pubDate>
      <dc:creator>julienbenney</dc:creator>
      <link>http://tech.groups.yahoo.com/group/primenumbers/message/21079</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/primenumbers/message/21079</guid>
      <description>Re ... I can easily see that the positive terms would converge. However, there is a problem with showing that the series noted above converges absolutely. Term</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Tue Nov 10 02:40:57 PST 2009 -->
