<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>PrimeCount</title>
	<atom:link href="http://primecount.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://primecount.com</link>
	<description>Hunt for largest Mersenne prime</description>
	<pubDate>Sat, 26 Jul 2008 05:33:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Prime the first 1,000,000 numbers</title>
		<link>http://primecount.com/2008/07/prime-the-first-1000000-numbers/</link>
		<comments>http://primecount.com/2008/07/prime-the-first-1000000-numbers/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 05:33:41 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[Found]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=38</guid>
		<description><![CDATA[Here i have list of prime number million number, starting from 2 and ending at 15,485,863.
Click the link to download the zip file.
]]></description>
			<content:encoded><![CDATA[<p>Here i have list of prime number million number, starting from 2 and ending at 15,485,863.</p>
<p>Click the link to download the zip file.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/prime-the-first-1000000-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mersenne prime</title>
		<link>http://primecount.com/2008/07/mersenne-prime/</link>
		<comments>http://primecount.com/2008/07/mersenne-prime/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 03:43:57 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Largest]]></category>

		<category><![CDATA[Mersenne primes]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=29</guid>
		<description><![CDATA[In mathematics, a Mersenne number is a number that is one less than a power of two,
Mn = 2n − 1.
A Mersenne prime is a Mersenne number that is a prime number. As of August 2007, only 44 Mersenne primes are known; the largest known prime number (232,582,657−1) is a Mersenne prime and in modern [...]]]></description>
			<content:encoded><![CDATA[<p>In mathematics, a <strong>Mersenne number</strong> is a number that is one less than a power of two,</p>
<p><span class="texhtml"><em>M</em><sub><em>n</em></sub> = 2<sup><em>n</em></sup> − 1.</span></p>
<p>A <strong>Mersenne prime</strong> is a Mersenne number that is a prime number. As of August 2007, only 44 Mersenne primes are known; the largest known prime number (2<sup>32,582,657</sup>−1) is a Mersenne prime and in modern times the largest known prime has nearly always been a Mersenne prime. Like several previous Mersenne primes, it was discovered by a distributed computing project on the Internet, known as the <em>Great Internet Mersenne Prime Search</em> (GIMPS).</p>
<h3>About Mersenne primes</h3>
<p>Many fundamental questions about Mersenne primes remain unresolved. It is not even known whether there is a largest Mersenne prime, which would mean that the set of Mersenne primes is finite. The Lenstra-Pomerance-Wagstaff conjecture asserts that, on the contrary, there are infinitely many Mersenne primes and predicts their order of growth. It is also not known whether infinitely many Mersenne numbers with prime exponents are composite, although this would follow from widely believed conjectures about prime numbers, for example, the infinitude of Sophie Germain primes.</p>
<p>A basic theorem about Mersenne numbers states that in order for <em>M</em><sub><em>n</em></sub> to be a Mersenne prime, the exponent <em>n</em> itself must be a prime number. This rules out primality for numbers such as <em>M</em><sub>4</sub> = 2<sup>4</sup>−1 = 15: since the exponent 4=2×2 is composite, the theorem predicts that 15 is also composite; indeed, 15 = 3×5. The three smallest Mersenne primes are</p>
<dl>
<dd><em>M</em><sub>2</sub> = 3, <em>M</em><sub>3</sub> = 7, <em>M</em><sub>5</sub> = 31. </dd>
</dl>
<p>While it is true that only Mersenne numbers <em>M</em><sub><em>p</em></sub>, where <em>p</em> = 2, 3, 5, … <em>could</em> be prime, it may nevertheless turn out that <em>M</em><sub><em>p</em></sub> is not prime even for a prime exponent <em>p</em>. The smallest counterexample is the Mersenne number</p>
<dl>
<dd><em>M</em><sub>11</sub> = 2<sup>11</sup> − 1 = 2047 = 23 × 89, </dd>
</dl>
<p>which is not a Mersenne prime, even though 11 is a prime number. The lack of an obvious rule to determine whether a given Mersenne number is prime makes the search for Mersenne primes an interesting task, which becomes difficult very soon, since Mersenne numbers grow very fast. The Lucas–Lehmer test for Mersenne numbers is an efficient primality test that greatly aids this task. Search for the largest known prime has somewhat of a cult following. Consequently, a lot of computer power has been expended searching for new Mersenne primes, much of which is now done using distributed computing.</p>
<p>Mersenne primes are used in pseudorandom number generators such as Mersenne Twister and Park–Miller RNG.</p>
<h3>Searching for Mersenne primes</h3>
<p>The identity</p>
<dl style="width: 473px;">
<dd><img class="tex" src="http://upload.wikimedia.org/math/0/6/d/06dde66533da5d4d6dacdc29ed94d0ca.png" alt="2^{ab}-1=(2^a-1)\cdot \left(1+2^a+2^{2a}+2^{3a}+\dots+2^{(b-1)a}\right)" /> </dd>
</dl>
<p>shows that <em>M<sub>n</sub></em> can be prime only if <em>n</em> itself is prime—that is the primeness of <em>n</em> is necessary but not sufficient for <em>M<sub>n</sub></em> to be prime—which simplifies the search for Mersenne primes considerably. (This follows very simply from the Mersenne property of the sequence of numbers of the form <span class="texhtml"><em>x</em><sup><em>n</em></sup> − <em>y</em><sup><em>n</em></sup></span>. This states that <span class="texhtml"><em>x</em><sup><em>a</em></sup> − <em>y</em><sup><em>a</em></sup> | <em>x</em><sup><em>b</em></sup> − <em>y</em><sup><em>b</em></sup></span> if and only if <em>a</em>|<em>b</em>.) The converse statement, namely that <em>M<sub>n</sub></em> is necessarily prime if <em>n</em> is prime, is false. The smallest counterexample is 2<sup>11</sup>−1 = 23×89, a composite number.</p>
<p>Fast algorithms for finding Mersenne primes are available, and the largest known prime numbers as of 2007 are Mersenne primes.</p>
<p>The first four Mersenne primes <span class="texhtml"><em>M</em><sub>2</sub> = 3</span>, <span class="texhtml"><em>M</em><sub>3</sub> = 7</span>, <span class="texhtml"><em>M</em><sub>5</sub> = 31</span> and <span class="texhtml"><em>M</em><sub>7</sub> = 127</span> were known in antiquity. The fifth, <span class="texhtml"><em>M</em><sub>13</sub> = 8191</span>, was discovered anonymously before 1461; the next two (<span class="texhtml"><em>M</em><sub>17</sub></span> and <span class="texhtml"><em>M</em><sub>19</sub></span>) were found by Cataldi in 1588. After nearly two centuries, <span class="texhtml"><em>M</em><sub>31</sub></span> was verified to be prime by Euler in 1772. The next (in historical, not numerical order) was <span class="texhtml"><em>M</em><sub>127</sub></span>, found by Lucas in 1876, then <span class="texhtml"><em>M</em><sub>61</sub></span> by Pervushin in 1883. Two more (<span class="texhtml"><em>M</em><sub>89</sub></span> and <span class="texhtml"><em>M</em><sub>107</sub></span>) were found early in the 20th century, by Powers in 1911 and 1914, respectively.</p>
<p>The best method presently known for testing the primality of Mersenne numbers is based on the computation of a recurring sequence, as developed originally by Lucas in 1856 and improved by Lehmer in the 1930s, now known as the Lucas-Lehmer test for Mersenne numbers. Specifically, it can be shown that (for <span class="texhtml"><em>n</em> &gt; 2</span>) <span class="texhtml"><em>M</em><sub><em>n</em></sub> = 2<sup><em>n</em></sup> − 1</span> is prime if and only if <em>M<sub>n</sub></em> divides <em>S<sub>n−2</sub></em>, where <span class="texhtml"><em>S</em><sub>0</sub> = 4</span> and for <span class="texhtml"><em>k</em> &gt; 0</span>, <img class="tex" src="http://upload.wikimedia.org/math/0/d/f/0df26b7adff871841705e226cc6a0082.png" alt="S_k=S_{k-1}^2-2" />.</p>
<div class="mceTemp">
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://primecount.com/images/Primes.png" ><img src="/images/Primes.png" alt="Mersenne prime found graph" width="300" height="200" /></a></dt>
</dl>
</div>
<p class="wp-caption-dd"> </p>
<p>The search for Mersenne primes was revolutionized by the introduction of the electronic digital computer. The first successful identification of a Mersenne prime, <em>M</em><sub>521</sub>, by this means was achieved at 10:00 P.M. on January 30, 1952 using the U.S. National Bureau of Standards Western Automatic Computer (SWAC) at the Institute for Numerical Analysis at the University of California, Los Angeles, under the direction of Lehmer, with a computer search program written and run by Prof. R.M. Robinson. It was the first Mersenne prime to be identified in thirty-eight years; the next one, <em>M</em><sub>607</sub>, was found by the computer a little less than two hours later. Three more — <em>M</em><sub>1279</sub>, <em>M</em><sub>2203</sub>, <em>M</em><sub>2281</sub> — were found by the same program in the next several months. <em>M</em><sub>4253</sub> is the first Mersenne prime that is titanic, <em>M</em><sub>44497</sub> is the first gigantic, and <em>M</em><sub>6,972,593</sub> was the first megaprime to be discovered, being a prime with at least 1,000,000 digits. All three were the first known prime of any kind of that size.</p>
<p><em>Reference: <a href="http://wikipedia.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/wikipedia.org');">http://wikipedia.org</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/mersenne-prime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prizes for finding the largest prime</title>
		<link>http://primecount.com/2008/07/prizes-for-finding-the-largest-prime/</link>
		<comments>http://primecount.com/2008/07/prizes-for-finding-the-largest-prime/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 04:45:29 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Awards]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=21</guid>
		<description><![CDATA[ 
The Electronic Frontier Foundation (EFF) is giving out awards to whom ever find the largest prime number know to humankind, the award is call “EFF Cooperative Computing Awards”. Prizes consist of the following;


$50,000 to the first individual or group who discovers a prime number with at least 1,000,000 decimal digits (awarded Apr. 6, 2000)
$100,000 to [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">The Electronic Frontier Foundation (EFF) is giving out awards to whom ever find the largest prime number know to humankind, the award is call “</span><a href="http://www.eff.org/awards/coop" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eff.org');"><span style="font-size: small; font-family: Calibri;">EFF Cooperative Computing Awards</span></a><span style="font-size: small; font-family: Calibri;">”. Prizes consist of the following;</span></p>
<p><span style="font-size: small; font-family: Calibri;"></p>
<ul>
<li>$50,000 to the first individual or group who discovers a prime number with at least 1,000,000 decimal digits (<a href="http://www.eff.org/awards/20000406_coopaward_pr.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eff.org');">awarded Apr. 6, 2000</a>)</li>
<li>$100,000 to the first individual or group who discovers a prime number with at least 10,000,000 decimal digits</li>
<li>$150,000 to the first individual or group who discovers a prime number with at least 100,000,000 decimal digits</li>
<li>$250,000 to the first individual or group who discovers a prime number with at least 1,000,000,000 decimal digits</li>
</ul>
<p></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">This look like a promising award for me to advance my research into more advance mathematics, Interestingly that if I program a software that run as screen saver and help me process the prime numbers. I’ll keep everyone posted on this topic.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/prizes-for-finding-the-largest-prime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prime Found Widget</title>
		<link>http://primecount.com/2008/07/prime-found-widget/</link>
		<comments>http://primecount.com/2008/07/prime-found-widget/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 16:15:17 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=15</guid>
		<description><![CDATA[I alway like the real time environment of things. and here i have my little widget that get update everytime my home server that is processing the prime numbers, i have re-develop the software to work as a Windows Service. My electricity tend to black out from time to time, therefore i need a software [...]]]></description>
			<content:encoded><![CDATA[<p>I alway like the real time environment of things. and here i have my little widget that get update everytime my home server that is processing the prime numbers, i have re-develop the software to work as a Windows Service. My electricity tend to black out from time to time, therefore i need a software that can automate start up again after the server restart with the power come back online. Also due that my server is Windows Server 2003, you can not logon without a password if you would like the server to be access via the internet. Well here it is, my little progress widget;</p>
<p><iframe frameborder="0" scrolling="no" height="80" width="460" src="http://bnw.dyndns.org/Widget.aspx"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/prime-found-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Progress of finding prime numbers</title>
		<link>http://primecount.com/2008/07/progress-of-finding-prime-numbers/</link>
		<comments>http://primecount.com/2008/07/progress-of-finding-prime-numbers/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 07:22:36 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[Progress]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=10</guid>
		<description><![CDATA[Hi! Everyone, Can anyone guest how fast can 2 x Dual-core Xeon 2.4GHz with HT search for prime numbers with only 9 digit points (below 100,000,000)? 
Not fast at all, I run the server for 2 two now with average CPU utilization of 91%. First I imagine my notebook was slow, I programmed the search [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">Hi! Everyone, Can anyone guest how fast can 2 x Dual-core Xeon 2.4GHz with HT search for prime numbers with only 9 digit points (below 100,000,000)? </span></p>
<div class="wp-caption alignnone" style="width: 310px"><a href="http://primecount.com/images/prime-server-2008-7-22.jpg" ><img style="margin-top: 10px; margin-bottom: 10px;" longdesc="/images/prime-server-2008-7-22.jpg" src="/images/prime-server-2008-7-22.jpg" alt="My prime server runing at 2008-7-22" width="300" height="225" /></a><p class="wp-caption-text">Image 1 Server progress screen shot</p></div>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">Not fast at all, I run the server for 2 two now with average CPU utilization of 91%. First I imagine my notebook was slow, I programmed the search program to fully profit from concurrency threading technology of modern processers. Here a screen of the server processing graph;</span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">I’m thinking of trying out </span><a href="http://www.microsoft.com/HPC/default.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');"><span style="font-size: small; font-family: Calibri;">Windows HPC Server 2008</span></a><span style="font-size: small; font-family: Calibri;">, to help speed up things. But a little low on budget here, if anyone could help in the research would be a great thank you from me.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/progress-of-finding-prime-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prime below 1,000</title>
		<link>http://primecount.com/2008/07/prime-below-1000/</link>
		<comments>http://primecount.com/2008/07/prime-below-1000/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:36:34 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[Found]]></category>

		<category><![CDATA[Prime]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=8</guid>
		<description><![CDATA[Here we have a list of prime numbers that are below 1,000. click to download.
]]></description>
			<content:encoded><![CDATA[<p>Here we have a list of prime numbers that are below 1,000. click to download.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/prime-below-1000/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to PrimeCount.com</title>
		<link>http://primecount.com/2008/07/welcome-to-primecountcom/</link>
		<comments>http://primecount.com/2008/07/welcome-to-primecountcom/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:15:23 +0000</pubDate>
		<dc:creator>Sarin Na Wangkanai</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://primecount.com/?p=5</guid>
		<description><![CDATA[PrimeCount! Hunt for the largest prime number known to humankind, founded by Sarin Na Wangkanai and friends. In order to collaborate everyone from IT experts, scientists, mathematicians, hobbyists, and interested individuals. Providing a center of database to pull from when needed, to update on current progress of known found largest prime numbers.
We hope that this [...]]]></description>
			<content:encoded><![CDATA[<p>PrimeCount! Hunt for the largest prime number known to humankind, founded by Sarin Na Wangkanai and friends. In order to collaborate everyone from IT experts, scientists, mathematicians, hobbyists, and interested individuals. Providing a center of database to pull from when needed, to update on current progress of known found largest prime numbers.</p>
<p>We hope that this website is useful to humankind, dedicated for research in the area of advance mathematics. If whom is interested to join and/or collaborate in the project please contact us at center(a)primecount.com</p>
]]></content:encoded>
			<wfw:commentRss>http://primecount.com/2008/07/welcome-to-primecountcom/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
