<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Deterministic way to find primes: discussion thread</title>
	<atom:link href="http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/feed/" rel="self" type="application/rss+xml" />
	<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/</link>
	<description>Massively collaborative mathematical projects</description>
	<lastBuildDate>Sat, 28 Apr 2012 14:00:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Girish Varma</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-2430</link>
		<dc:creator><![CDATA[Girish Varma]]></dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-2430</guid>
		<description><![CDATA[I wanted to know if there is a solution to a slightly different but simple question:

Give a number $latex n$, how to find a prime larger than $latex n$ in time bounded by a polynomial in $latex \log n$?]]></description>
		<content:encoded><![CDATA[<p>I wanted to know if there is a solution to a slightly different but simple question:</p>
<p>Give a number <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n' title='n' class='latex' />, how to find a prime larger than <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n' title='n' class='latex' /> in time bounded by a polynomial in <img src='http://s0.wp.com/latex.php?latex=%5Clog+n&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;log n' title='&#92;log n' class='latex' />?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhupinder Singh Anand</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-2369</link>
		<dc:creator><![CDATA[Bhupinder Singh Anand]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 06:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-2369</guid>
		<description><![CDATA[&quot;Find efficient deterministic algorithms for finding various types of “pseudoprimes” – numbers which obey some of the properties of being prime...&quot;

The following define two deterministic prime generating algorithms which generate some curious composites, which are essentially a small (tiny?) subset of Hardy&#039;s round numbers.

(Note that the focus is on generating the prime gaps, and not the primes themselves.)

TRIM NUMBERS

A number is Trim if, and only if, all its divisors are less than the Trim difference $latex d_{n}$, where:

(i) $latex t_{1} = 2$, and $latex t_{n+1} = t_{n} + d_{n}$;

(ii) $latex d_{1} = 1$, and $latex a(2, 1) = 1$;

(iii) $latex d_{n}$ is the smallest even integer that does not occur in the n&#039;th sequence:

$latex \{a(n, 1), \ldots, a(n, n-1)\}$;

(iv) $latex j_{i} \geq 0$ is selected so that:

$latex 0 \leq a(n+1, i) = ((a(n, i) - d(n) + j(i)*p_{i}) &lt; p_{i}$, where $latex p_{i}$ is the i&#039;th prime.

It follows that $latex t_{n+1}$ is a prime unless all its prime divisors are less than $latex d_{n}$.

Question: What is the time taken to generate $latex t_{n}$?

COMPACT NUMBERS

A number is Compact if, and only if, all its divisors, except a maximum of one, are less than the Compact difference $latex d_{n}$, where:

(i) $latex c_{1} = 2$, and $latex c_{n+1} = c_{n} + d_{n}$;

(ii) $latex d_{1} = 1$, and $latex a(2, 1) = 1$;

(iii) $latex d_{n}$ is the smallest even integer that does not occur in the n’th sequence:

$latex \{a(n, 1), \ldots, a(n, k)\}$;

(iv) $latex j_{i} \geq 0$ is selected so that, for all $latex 0 &lt; i \leq k$:

$latex 0 \leq a(n+1, i) = (a(n, i) - d_{n} + j_{i}*p_{i}) &lt; p_{i}$;

(v) $latex k$ is selected so that:

$latex p_{k}^{2} &lt; c(n) \leq p_{k+1}^{2}$;

(vi) if $latex c_{n} = p_{k+1}^{2}$, then:

$latex a(n, k+1) = 0$.

It follows that $latex c_{n+1}$ is either a prime, or a prime square, unless all, except a maximum of 1, prime divisors of the number are less than $latex d_{n}$.

What is the time taken to generate $latex c_{n}$?

The distribution of the Compact numbers suggests that the prime difference may be $latex O(\pi(n)^{1/2})$.

The algorithms can be seen in more detail at:

http://alixcomsi.com/A_Minimal_Prime.pdf]]></description>
		<content:encoded><![CDATA[<p>&#8220;Find efficient deterministic algorithms for finding various types of “pseudoprimes” – numbers which obey some of the properties of being prime&#8230;&#8221;</p>
<p>The following define two deterministic prime generating algorithms which generate some curious composites, which are essentially a small (tiny?) subset of Hardy&#8217;s round numbers.</p>
<p>(Note that the focus is on generating the prime gaps, and not the primes themselves.)</p>
<p>TRIM NUMBERS</p>
<p>A number is Trim if, and only if, all its divisors are less than the Trim difference <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' />, where:</p>
<p>(i) <img src='http://s0.wp.com/latex.php?latex=t_%7B1%7D+%3D+2&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='t_{1} = 2' title='t_{1} = 2' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=t_%7Bn%2B1%7D+%3D+t_%7Bn%7D+%2B+d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='t_{n+1} = t_{n} + d_{n}' title='t_{n+1} = t_{n} + d_{n}' class='latex' />;</p>
<p>(ii) <img src='http://s0.wp.com/latex.php?latex=d_%7B1%7D+%3D+1&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{1} = 1' title='d_{1} = 1' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=a%282%2C+1%29+%3D+1&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='a(2, 1) = 1' title='a(2, 1) = 1' class='latex' />;</p>
<p>(iii) <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' /> is the smallest even integer that does not occur in the n&#8217;th sequence:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5C%7Ba%28n%2C+1%29%2C+%5Cldots%2C+a%28n%2C+n-1%29%5C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;{a(n, 1), &#92;ldots, a(n, n-1)&#92;}' title='&#92;{a(n, 1), &#92;ldots, a(n, n-1)&#92;}' class='latex' />;</p>
<p>(iv) <img src='http://s0.wp.com/latex.php?latex=j_%7Bi%7D+%5Cgeq+0&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='j_{i} &#92;geq 0' title='j_{i} &#92;geq 0' class='latex' /> is selected so that:</p>
<p><img src='http://s0.wp.com/latex.php?latex=0+%5Cleq+a%28n%2B1%2C+i%29+%3D+%28%28a%28n%2C+i%29+-+d%28n%29+%2B+j%28i%29%2Ap_%7Bi%7D%29+%3C+p_%7Bi%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='0 &#92;leq a(n+1, i) = ((a(n, i) - d(n) + j(i)*p_{i}) &lt; p_{i}' title='0 &#92;leq a(n+1, i) = ((a(n, i) - d(n) + j(i)*p_{i}) &lt; p_{i}' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=p_%7Bi%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='p_{i}' title='p_{i}' class='latex' /> is the i&#039;th prime.</p>
<p>It follows that <img src='http://s0.wp.com/latex.php?latex=t_%7Bn%2B1%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='t_{n+1}' title='t_{n+1}' class='latex' /> is a prime unless all its prime divisors are less than <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' />.</p>
<p>Question: What is the time taken to generate <img src='http://s0.wp.com/latex.php?latex=t_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='t_{n}' title='t_{n}' class='latex' />?</p>
<p>COMPACT NUMBERS</p>
<p>A number is Compact if, and only if, all its divisors, except a maximum of one, are less than the Compact difference <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' />, where:</p>
<p>(i) <img src='http://s0.wp.com/latex.php?latex=c_%7B1%7D+%3D+2&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='c_{1} = 2' title='c_{1} = 2' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=c_%7Bn%2B1%7D+%3D+c_%7Bn%7D+%2B+d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='c_{n+1} = c_{n} + d_{n}' title='c_{n+1} = c_{n} + d_{n}' class='latex' />;</p>
<p>(ii) <img src='http://s0.wp.com/latex.php?latex=d_%7B1%7D+%3D+1&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{1} = 1' title='d_{1} = 1' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=a%282%2C+1%29+%3D+1&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='a(2, 1) = 1' title='a(2, 1) = 1' class='latex' />;</p>
<p>(iii) <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' /> is the smallest even integer that does not occur in the n’th sequence:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5C%7Ba%28n%2C+1%29%2C+%5Cldots%2C+a%28n%2C+k%29%5C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;{a(n, 1), &#92;ldots, a(n, k)&#92;}' title='&#92;{a(n, 1), &#92;ldots, a(n, k)&#92;}' class='latex' />;</p>
<p>(iv) <img src='http://s0.wp.com/latex.php?latex=j_%7Bi%7D+%5Cgeq+0&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='j_{i} &#92;geq 0' title='j_{i} &#92;geq 0' class='latex' /> is selected so that, for all <img src='http://s0.wp.com/latex.php?latex=0+%3C+i+%5Cleq+k&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='0 &lt; i &#92;leq k' title='0 &lt; i &#92;leq k' class='latex' />:</p>
<p><img src='http://s0.wp.com/latex.php?latex=0+%5Cleq+a%28n%2B1%2C+i%29+%3D+%28a%28n%2C+i%29+-+d_%7Bn%7D+%2B+j_%7Bi%7D%2Ap_%7Bi%7D%29+%3C+p_%7Bi%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='0 &#92;leq a(n+1, i) = (a(n, i) - d_{n} + j_{i}*p_{i}) &lt; p_{i}' title='0 &#92;leq a(n+1, i) = (a(n, i) - d_{n} + j_{i}*p_{i}) &lt; p_{i}' class='latex' />;</p>
<p>(v) <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='k' title='k' class='latex' /> is selected so that:</p>
<p><img src='http://s0.wp.com/latex.php?latex=p_%7Bk%7D%5E%7B2%7D+%3C+c%28n%29+%5Cleq+p_%7Bk%2B1%7D%5E%7B2%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='p_{k}^{2} &lt; c(n) &#92;leq p_{k+1}^{2}' title='p_{k}^{2} &lt; c(n) &#92;leq p_{k+1}^{2}' class='latex' />;</p>
<p>(vi) if <img src='http://s0.wp.com/latex.php?latex=c_%7Bn%7D+%3D+p_%7Bk%2B1%7D%5E%7B2%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='c_{n} = p_{k+1}^{2}' title='c_{n} = p_{k+1}^{2}' class='latex' />, then:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a%28n%2C+k%2B1%29+%3D+0&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='a(n, k+1) = 0' title='a(n, k+1) = 0' class='latex' />.</p>
<p>It follows that <img src='http://s0.wp.com/latex.php?latex=c_%7Bn%2B1%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='c_{n+1}' title='c_{n+1}' class='latex' /> is either a prime, or a prime square, unless all, except a maximum of 1, prime divisors of the number are less than <img src='http://s0.wp.com/latex.php?latex=d_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='d_{n}' title='d_{n}' class='latex' />.</p>
<p>What is the time taken to generate <img src='http://s0.wp.com/latex.php?latex=c_%7Bn%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='c_{n}' title='c_{n}' class='latex' />?</p>
<p>The distribution of the Compact numbers suggests that the prime difference may be <img src='http://s0.wp.com/latex.php?latex=O%28%5Cpi%28n%29%5E%7B1%2F2%7D%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='O(&#92;pi(n)^{1/2})' title='O(&#92;pi(n)^{1/2})' class='latex' />.</p>
<p>The algorithms can be seen in more detail at:</p>
<p><a href="http://alixcomsi.com/A_Minimal_Prime.pdf" rel="nofollow">http://alixcomsi.com/A_Minimal_Prime.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polymath again &#171; What Is Research?</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-1043</link>
		<dc:creator><![CDATA[Polymath again &#171; What Is Research?]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-1043</guid>
		<description><![CDATA[[...] the meantime, Terence Tao started a polymath blog here, where he initiated four discussion threads (1, 2, 3 and 4) on deterministic ways to find primes (I&#8217;m not quite sure how that&#8217;s [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the meantime, Terence Tao started a polymath blog here, where he initiated four discussion threads (1, 2, 3 and 4) on deterministic ways to find primes (I&#8217;m not quite sure how that&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terence Tao</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-740</link>
		<dc:creator><![CDATA[Terence Tao]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 21:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-740</guid>
		<description><![CDATA[Well, there are artificial counterexamples... $latex \sum_{m \leq n} 2^m \mu(m)$, for instance, is computable in time poly(n) but has an error term which is exponential in n.

But yes, in general there seems to be a strong correlation between a quantity being easy to compute on one hand, and being easy to estimate on the other (Raphy Coifman is fond of pushing this particular philosophy).]]></description>
		<content:encoded><![CDATA[<p>Well, there are artificial counterexamples&#8230; <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7Bm+%5Cleq+n%7D+2%5Em+%5Cmu%28m%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;sum_{m &#92;leq n} 2^m &#92;mu(m)' title='&#92;sum_{m &#92;leq n} 2^m &#92;mu(m)' class='latex' />, for instance, is computable in time poly(n) but has an error term which is exponential in n.</p>
<p>But yes, in general there seems to be a strong correlation between a quantity being easy to compute on one hand, and being easy to estimate on the other (Raphy Coifman is fond of pushing this particular philosophy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lewko</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-731</link>
		<dc:creator><![CDATA[Mark Lewko]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 04:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-731</guid>
		<description><![CDATA[Related to the comment above, I&#039;d be interested to know if anyone is aware of any result of the following form: Give a non-trivial $latex \Omega$-bound for computing some non-trivial number-theoretic quantity.]]></description>
		<content:encoded><![CDATA[<p>Related to the comment above, I&#8217;d be interested to know if anyone is aware of any result of the following form: Give a non-trivial <img src='http://s0.wp.com/latex.php?latex=%5COmega&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;Omega' title='&#92;Omega' class='latex' />-bound for computing some non-trivial number-theoretic quantity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lewko</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-730</link>
		<dc:creator><![CDATA[Mark Lewko]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 01:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-730</guid>
		<description><![CDATA[Let me make a naive observation (based on four data points).  During this project we have studied algorithms for computing the following number-theoretic quantities.

(1) $latex \pi(n) = \sum_{p\leq n} 1$

(2) $latex D_{1}(n) = \sum_{x\leq n} \tau (x)$

(3) $latex D_{k}(n) = \sum_{x\leq n} \tau_{k}(x)$

(4) $latex Q(n) = \sum_{x\leq n} &#124;\mu(x)&#124;$

In the following table, the first column indicates (ignoring log terms) how fast our best algorithm computes the above quantities, the second column indicates the best known error term on these quantities, and the third column indicates the conjectured error term on each of these quantities.

(1) $latex n^{1/2}$     $latex n$                               $latex n^{1/2}$

(2) $latex n^{1/3}$    $latex n^{.314}$                     $latex n^{1/4}$

(3) $latex n^{1-1/k}$ $latex n^{(k-1)/(k+2)} $    $latex n^{(k-2)/2k}$

(4) $latex n^{1/3}$     $latex n^{1/2}$                    $latex n^{.314}$

In some cases (such as (1)) we can compute a quantity such that the order of the computation time is smaller than that of the best known error term. However, in none of these cases can we compute a quantity where the exponent on the computation time is better than the conjectured error term. This leads to the following rather vague question. Is anyone aware of any number theoretic quantity whose computation time is smaller than the conjectured error term?]]></description>
		<content:encoded><![CDATA[<p>Let me make a naive observation (based on four data points).  During this project we have studied algorithms for computing the following number-theoretic quantities.</p>
<p>(1) <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28n%29+%3D+%5Csum_%7Bp%5Cleq+n%7D+1&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;pi(n) = &#92;sum_{p&#92;leq n} 1' title='&#92;pi(n) = &#92;sum_{p&#92;leq n} 1' class='latex' /></p>
<p>(2) <img src='http://s0.wp.com/latex.php?latex=D_%7B1%7D%28n%29+%3D+%5Csum_%7Bx%5Cleq+n%7D+%5Ctau+%28x%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='D_{1}(n) = &#92;sum_{x&#92;leq n} &#92;tau (x)' title='D_{1}(n) = &#92;sum_{x&#92;leq n} &#92;tau (x)' class='latex' /></p>
<p>(3) <img src='http://s0.wp.com/latex.php?latex=D_%7Bk%7D%28n%29+%3D+%5Csum_%7Bx%5Cleq+n%7D+%5Ctau_%7Bk%7D%28x%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='D_{k}(n) = &#92;sum_{x&#92;leq n} &#92;tau_{k}(x)' title='D_{k}(n) = &#92;sum_{x&#92;leq n} &#92;tau_{k}(x)' class='latex' /></p>
<p>(4) <img src='http://s0.wp.com/latex.php?latex=Q%28n%29+%3D+%5Csum_%7Bx%5Cleq+n%7D+%7C%5Cmu%28x%29%7C&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='Q(n) = &#92;sum_{x&#92;leq n} |&#92;mu(x)|' title='Q(n) = &#92;sum_{x&#92;leq n} |&#92;mu(x)|' class='latex' /></p>
<p>In the following table, the first column indicates (ignoring log terms) how fast our best algorithm computes the above quantities, the second column indicates the best known error term on these quantities, and the third column indicates the conjectured error term on each of these quantities.</p>
<p>(1) <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F2%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/2}' title='n^{1/2}' class='latex' />     <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n' title='n' class='latex' />                               <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F2%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/2}' title='n^{1/2}' class='latex' /></p>
<p>(2) <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F3%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/3}' title='n^{1/3}' class='latex' />    <img src='http://s0.wp.com/latex.php?latex=n%5E%7B.314%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{.314}' title='n^{.314}' class='latex' />                     <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F4%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/4}' title='n^{1/4}' class='latex' /></p>
<p>(3) <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1-1%2Fk%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1-1/k}' title='n^{1-1/k}' class='latex' /> <img src='http://s0.wp.com/latex.php?latex=n%5E%7B%28k-1%29%2F%28k%2B2%29%7D+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{(k-1)/(k+2)} ' title='n^{(k-1)/(k+2)} ' class='latex' />    <img src='http://s0.wp.com/latex.php?latex=n%5E%7B%28k-2%29%2F2k%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{(k-2)/2k}' title='n^{(k-2)/2k}' class='latex' /></p>
<p>(4) <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F3%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/3}' title='n^{1/3}' class='latex' />     <img src='http://s0.wp.com/latex.php?latex=n%5E%7B1%2F2%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{1/2}' title='n^{1/2}' class='latex' />                    <img src='http://s0.wp.com/latex.php?latex=n%5E%7B.314%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='n^{.314}' title='n^{.314}' class='latex' /></p>
<p>In some cases (such as (1)) we can compute a quantity such that the order of the computation time is smaller than that of the best known error term. However, in none of these cases can we compute a quantity where the exponent on the computation time is better than the conjectured error term. This leads to the following rather vague question. Is anyone aware of any number theoretic quantity whose computation time is smaller than the conjectured error term?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terence Tao</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-707</link>
		<dc:creator><![CDATA[Terence Tao]]></dc:creator>
		<pubDate>Fri, 28 Aug 2009 05:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-707</guid>
		<description><![CDATA[Dear Mark, one way to proceed is to first find a pair of consecutive residues b, b+1 mod W^2 that are not divisible by any square less than W^2 (this is possible by the Chinese remainder theorem).  The density of square-frees in b mod W and in b+1 mod W are both close to 1, so there will be a lot of consecutive square-frees in this pair of progressions.]]></description>
		<content:encoded><![CDATA[<p>Dear Mark, one way to proceed is to first find a pair of consecutive residues b, b+1 mod W^2 that are not divisible by any square less than W^2 (this is possible by the Chinese remainder theorem).  The density of square-frees in b mod W and in b+1 mod W are both close to 1, so there will be a lot of consecutive square-frees in this pair of progressions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lewko</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-686</link>
		<dc:creator><![CDATA[Mark Lewko]]></dc:creator>
		<pubDate>Mon, 24 Aug 2009 23:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-686</guid>
		<description><![CDATA[I have a question regarding the w-trick.  It has been remarked in several places that we might be able to use the square-free gap results and the w-trick to find large pairs of consecutive square-free numbers.  However, it isn&#039;t clear to me how the details of this would work.  The w-trick allows us to pass to an arithmetic progression with a density of square-free numbers arbitrary close to 1.  Now, assuming that we can adapt the square-free gap results to arithmetic progressions (which seems reasonable to me), this would allow us to find consecutive square-free terms in that arithmetic progression, however this won&#039;t produce a pair of genuinely consecutive square-free integers.]]></description>
		<content:encoded><![CDATA[<p>I have a question regarding the w-trick.  It has been remarked in several places that we might be able to use the square-free gap results and the w-trick to find large pairs of consecutive square-free numbers.  However, it isn&#8217;t clear to me how the details of this would work.  The w-trick allows us to pass to an arithmetic progression with a density of square-free numbers arbitrary close to 1.  Now, assuming that we can adapt the square-free gap results to arithmetic progressions (which seems reasonable to me), this would allow us to find consecutive square-free terms in that arithmetic progression, however this won&#8217;t produce a pair of genuinely consecutive square-free integers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernie Croot</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-651</link>
		<dc:creator><![CDATA[Ernie Croot]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 17:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-651</guid>
		<description><![CDATA[I typed in the paper to google, and found that Odlyzko has a link on his website at:

http://www.dtc.umn.edu/~odlyzko/doc/arch/analytic.comp.pdf

I looked up the section where it mentions the $latex x^{2/3 + o(1)}$ algorithm, and apparently there is an analytic algorithm to compute $latex \pi(x)$ in time $latex x^{1/2+o(1)}$ using the zeta function (but not the explicit formula)!  So it seems we were trying to solve a problem that has already been solved.  Still, it would be good to have other solutions.]]></description>
		<content:encoded><![CDATA[<p>I typed in the paper to google, and found that Odlyzko has a link on his website at:</p>
<p><a href="http://www.dtc.umn.edu/~odlyzko/doc/arch/analytic.comp.pdf" rel="nofollow">http://www.dtc.umn.edu/~odlyzko/doc/arch/analytic.comp.pdf</a></p>
<p>I looked up the section where it mentions the <img src='http://s0.wp.com/latex.php?latex=x%5E%7B2%2F3+%2B+o%281%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='x^{2/3 + o(1)}' title='x^{2/3 + o(1)}' class='latex' /> algorithm, and apparently there is an analytic algorithm to compute <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28x%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;pi(x)' title='&#92;pi(x)' class='latex' /> in time <img src='http://s0.wp.com/latex.php?latex=x%5E%7B1%2F2%2Bo%281%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='x^{1/2+o(1)}' title='x^{1/2+o(1)}' class='latex' /> using the zeta function (but not the explicit formula)!  So it seems we were trying to solve a problem that has already been solved.  Still, it would be good to have other solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terence Tao</title>
		<link>http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/#comment-649</link>
		<dc:creator><![CDATA[Terence Tao]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 16:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprojects.org/?p=70#comment-649</guid>
		<description><![CDATA[According to this paper

Odlyzko, Andrew M.(1-BELL)
Analytic computations in number theory. (English summary) Mathematics of Computation 1943--1993: a half-century of computational mathematics (Vancouver, BC, 1993), 451--463, 
http://www.ams.org/mathscinet-getitem?mr=1314883

there is an elementary algorithm to compute $latex \pi(x)$ in $latex x^{2/3+o(1)}$ time, though I don&#039;t know whether this is a deterministic algorithm (I don&#039;t have access to the paper).  If so, that would  solve this problem by binary search.]]></description>
		<content:encoded><![CDATA[<p>According to this paper</p>
<p>Odlyzko, Andrew M.(1-BELL)<br />
Analytic computations in number theory. (English summary) Mathematics of Computation 1943&#8211;1993: a half-century of computational mathematics (Vancouver, BC, 1993), 451&#8211;463,<br />
<a href="http://www.ams.org/mathscinet-getitem?mr=1314883" rel="nofollow">http://www.ams.org/mathscinet-getitem?mr=1314883</a></p>
<p>there is an elementary algorithm to compute <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28x%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;pi(x)' title='&#92;pi(x)' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=x%5E%7B2%2F3%2Bo%281%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='x^{2/3+o(1)}' title='x^{2/3+o(1)}' class='latex' /> time, though I don&#8217;t know whether this is a deterministic algorithm (I don&#8217;t have access to the paper).  If so, that would  solve this problem by binary search.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

