How far can this be extended by computation?
To the googolplex-th (10^10^100) prime, which if written with
ten-point numerals, could not be contained within the known universe.
This is the primary importance of this famous number.
There is a function by Gauss (I think) that will approximate the # of
primes below a given n to a ridiculous accuracy like 2 in 10 trillion. Your
function is simply the inverse of that and...
Obpuzzle: Which function, Gauss' or its inverse, will be more accurate?
--------------------------------------------------------------------------------
spu...@pomona.claremont.edu| Oh goody, just in time for April Fool's Day,
Sco4tt "Fool" Purdy |
Pomona College | another string of FAQs (Mr. P&S, bellhop, etc.)
--------------------------------------------------------------------------------
As far as you care to keep computing primes. Eratosthenes' Sieve will do nicely.
Dave "I don't understand your question" DeLaney
--
\/ David DeLaney: d...@utkux.utcc.utk.edu; "A penny, a penny, two pence, a penny
and a half, and a half penny!"; Disclaimer: UTK? Agree with me? Yeah, right...;
Thinking about this disclaimer may cause brain seizure or physics. VRbeableDJK
http://enigma.phys.utk.edu/~dbd for the net.legends FAQ + miniFAQs, or anon-ftp
Call me a dense set, but I can't see the pattern.
Phil> the 1st prime is 2
Phil> the 10th prime is 29
Phil> the 100th prime is 541
Phil> the 1000th prime is 7919
Phil> the 10000th prime is 104729
Phil> the 100000th prime is 1299709
Phil> the 1000000th prime is 15485863
Phil> How far can this be extended by computation?
Phil, How far would you like?
the 10000000th prime is 179424671
the 100000000th prime is 2038074743
the 1000000000th prime is 22801763489
the 10000000000th prime is 252097800611
the 100000000000th prime is 2760727302517
[ See Lagarias, Miller and Odlyzko, "Calculating pi(x): the
Meissel-Lehmer method" in Math. Comp. 1985.
--
Victor S. Miller | " ... Meanwhile, those of us who can compute
vic...@ccr-p.ida.org | can hardly be expected to keep writing papers
CCR, Princeton, NJ 08540 | saying 'I can do the following useless
| calculation in 2 seconds', and indeed what
| editor would publish them?" -- Oliver Atkin
That's impressive but I have a quibble. 179424671 is the 9999999th
prime not the 10000000th. The 10000000th is 179424673 according to
UNIX. I used the command "primes 1 179424673 | wc" to check this.
I do agree that 2038074743 is the 100000000th prime but I am
unable to check the others because UNIX says "Ouch." for larger
numbers.
Anyway your response just begs the question: What is
the 1000000000000th prime?
NOTE: followups to sci.math only
Philip> In article <VICTOR.94A...@harder.ida.org>,
Philip> vic...@harder.ida.org (Victor Miller) writes:
> >>>>> "Phil" == Phil Gibbs <gi...@eurocontrol.fr> writes:
Philip> That's impressive but I have a quibble. 179424671 is the
Philip> 9999999th prime not the 10000000th. The 10000000th is
Philip> 179424673 according to UNIX. I used the command "primes 1
Philip> 179424673 | wc" to check this. I do agree that 2038074743 is
Philip> the 100000000th prime but I am unable to check the others
Philip> because UNIX says "Ouch." for larger numbers.
Philip> Anyway your response just begs the question: What is the
Philip> 1000000000000th prime?
Philip> NOTE: followups to sci.math only
Phil, I found that my program had an occasional off by one bug.
Here's the corrected list:
10000000 179424673
100000000 2038074743
1000000000 22801763489
10000000000 252097800623
100000000000 2760727302517
1000000000000 29996224275833