<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Number Theory, Hash Tables, and Geometric Progressions</title>
	<atom:link href="http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/</link>
	<description>Ye Olde Computer Science Blogge</description>
	<lastBuildDate>Fri, 18 Jun 2010 17:23:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jake</title>
		<link>http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/comment-page-1/#comment-90</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 01 Oct 2007 23:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/#comment-90</guid>
		<description>http://books.google.com/books?id=-9pg-4Pa19IC&amp;pg=PA476&amp;lpg=PA476&amp;dq=list+of+smallest+primitive+roots&amp;source=web&amp;ots=Aq1PMtxHm_&amp;sig=KCH55f8ODuQ0UjSQRSWAQP2iE3w#PPA606,M1

The above link (page 606) has a list of generators less than 1000, but I&#039;m guessing that you need to find primitive roots of larger primes. This is generally just done through testing. Primes are guaranteed to have phi(phi(p)) primitive roots, and they can generally be found quickly if you can factor phi(p), as I mention above, though I wouldn&#039;t recommend using the code in the post, as it doesn&#039;t rely on either primality testing or factoring.</description>
		<content:encoded><![CDATA[<p><a href="http://books.google.com/books?id=-9pg-4Pa19IC&#038;pg=PA476&#038;lpg=PA476&#038;dq=list+of+smallest+primitive+roots&#038;source=web&#038;ots=Aq1PMtxHm_&#038;sig=KCH55f8ODuQ0UjSQRSWAQP2iE3w#PPA606,M1" rel="nofollow">http://books.google.com/books?id=-9pg-4Pa19IC&#038;pg=PA476&#038;lpg=PA476&#038;dq=list+of+smallest+primitive+roots&#038;source=web&#038;ots=Aq1PMtxHm_&#038;sig=KCH55f8ODuQ0UjSQRSWAQP2iE3w#PPA606,M1</a></p>
<p>The above link (page 606) has a list of generators less than 1000, but I&#8217;m guessing that you need to find primitive roots of larger primes. This is generally just done through testing. Primes are guaranteed to have phi(phi(p)) primitive roots, and they can generally be found quickly if you can factor phi(p), as I mention above, though I wouldn&#8217;t recommend using the code in the post, as it doesn&#8217;t rely on either primality testing or factoring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cookbook</title>
		<link>http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/comment-page-1/#comment-89</link>
		<dc:creator>cookbook</dc:creator>
		<pubDate>Mon, 01 Oct 2007 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/#comment-89</guid>
		<description>Is there a cookbook of well known generators?  This would solve many problems of mine.</description>
		<content:encoded><![CDATA[<p>Is there a cookbook of well known generators?  This would solve many problems of mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Jablow</title>
		<link>http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/comment-page-1/#comment-87</link>
		<dc:creator>Eric Jablow</dc:creator>
		<pubDate>Mon, 01 Oct 2007 15:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/2007/09/30/number-theory-hash-tables-and-geometric-progressions/#comment-87</guid>
		<description>Mersenne primes are primes of the form 2^{p}-1, not 2^{p}+1.</description>
		<content:encoded><![CDATA[<p>Mersenne primes are primes of the form 2^{p}-1, not 2^{p}+1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
