<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>unsolved problem &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/unsolved-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 May 2018 13:33:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>unsolved problem &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Find the Largest Prime Number Less than One Million.</title>
		<link>https://yutsumura.com/find-the-largest-prime-number-less-than-one-million/</link>
				<comments>https://yutsumura.com/find-the-largest-prime-number-less-than-one-million/#comments</comments>
				<pubDate>Sat, 27 Aug 2016 02:41:59 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Fermat number]]></category>
		<category><![CDATA[Fermat prime]]></category>
		<category><![CDATA[Mersenne number]]></category>
		<category><![CDATA[Mersenne prime]]></category>
		<category><![CDATA[number theory]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[prime number]]></category>
		<category><![CDATA[unsolved problem]]></category>
		<category><![CDATA[Wagstaff number]]></category>
		<category><![CDATA[Wagstaff prime]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=770</guid>
				<description><![CDATA[<p>Find the largest prime number less than one million. What is a prime number? A natural number is called a &#8220;prime number&#8221; if it is only divisible by $1$ and itself. For example, $2,&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-the-largest-prime-number-less-than-one-million/" target="_blank">Find the Largest Prime Number Less than One Million.</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2>Problem 90</h2>
<p>Find the largest prime number less than one million.<br />
<span id="more-770"></span><br />

<h2>What is a prime number?</h2>
<p>A natural number is called a &#8220;<strong>prime number</strong>&#8221; if it is only divisible by $1$ and itself.<br />
For example, $2, 3, 5, 7$ are prime numbers, although the numbers $4,6,9$ are not.</p>
<p>The prime numbers have always fascinated mathematicians.<br />
There are a lot of unsolved problems related to prime numbers.</p>
<p>There are many special types of prime numbers named after famous mathematicians.<br />
My favorites are Mersenne primes, Fermat primes, and Wagstaff primes.</p>
<ul>
<li>A natural number of the form<br />
\[2^n-1\]
is called a <strong>Mersenne number</strong>.</li>
<li>A <strong>Mersenne prime</strong> is a prime number of the form<br />
\[2^p-1.\]</li>
<li>A natural number of the form<br />
\[2^{2^n}+1 \]
is called a <strong>Fermat number</strong>.</li>
<li>A <strong>Fermat prime</strong> is a prime number of the form<br />
\[2^{2^n}+1.\]</li>
<li>A <strong>Wagstaff prime</strong> is a prime number of the form<br />
\[\frac{2^p+1}{3}.\]</li>
</ul>
<p>&nbsp;</p>
<h3>Unsolved problems</h3>
<p>For these prime numbers the followings are still unknown.</p>
<ul>
<li>Are there infinitely many Mersenne/Fermat/Wagstaff prime numbers?</li>
<li>Are there infinitely many nonprime Fermat numbers?</li>
<li>Are there infinitely many composite Mersenne number $2^p-1$ for a prime $p$?</li>
</ul>
<h2>What is the largest prime number less than one million.</h2>
<p>It is known for a long time (Euclid&#8217;s Elements (circa 300 BC)) that there are infinitely many primes.</p>
<p>Here are the first $95$ prime numbers. These are all prime numbers less than $500$.</p>
<p>2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61,<br />
67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137,<br />
139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211,<br />
223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283,<br />
293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379,<br />
383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461,<br />
463, 467, 479, 487, 491, 499.</p>
<h3>List of prime numbers less than one million.</h3>
<p>In fact, there are $78,498$ prime numbers less than $1,000,000$=one million.<br />
To list them here takes a lot of space, so I created a PDF file of the list of primes less than one million.</p>
<p>It takes $95$ pages just to list $78498$ prime numbers less than one million.</p>
<div id="attachment_694" style="width: 110px" class="wp-caption alignnone"><a href="//yutsumura.com/wp-content/uploads/2016/08/primes-1.pdf"><img aria-describedby="caption-attachment-694" class="size-thumbnail wp-image-694" src="https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/08/pdf-icon-150x150.png?resize=100%2C100" alt="the list of prime numbers less than one million" width="100" height="100" data-recalc-dims="1" /></a><p id="caption-attachment-694" class="wp-caption-text">Prime numbers less than one million</p></div>
<p>From this list, we see that</p>
<p>the largest prime numbers less than one million is $999983$.<br />
(The last number in the PDF file.)</p>
<h3>Other Facts</h3>
<p>Here are several facts that we can find from the list (with time and energy)</p>
<ul>
<li>The largest twin prime pair less than one million is $999959$ and $999961$.</li>
<li>The second largest twin prime pair less than one million is $999611$ and $999613$.</li>
<li>The third largest twin prime pair less than one million is $999431$ and $999433 $.</li>
<li>There are 7 Mersenne primes less than one million. These Mersenne primes are<br />
\[3, 7, 31, 127,8191, 131071, 524287.\]</li>
<li>The know Fermat prime numbers are all less than one million.These are<br />
\[ 3, 5, 17, 257, 65537.\]</li>
<li>$11$ is the only prime number containing only the decimal digit 1 and less than one million. (The second largest such prime is $1111111111111111111$.)</li>
<li>Wagstaff prime numbers less than one million are \[3, 11, 43, 683, 2731, 43691, 174763.\]</li>
</ul>
<p>Try to find an interesting property of prime numbers from <a href="//yutsumura.com/wp-content/uploads/2016/08/primes-1.pdf">the list of primes &lt;100000</a>.</p>
<button class="simplefavorite-button has-count" data-postid="770" data-siteid="1" data-groupid="1" data-favoritecount="12" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">12</span></button><p>The post <a href="https://yutsumura.com/find-the-largest-prime-number-less-than-one-million/" target="_blank">Find the Largest Prime Number Less than One Million.</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-the-largest-prime-number-less-than-one-million/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">770</post-id>	</item>
	</channel>
</rss>
