This wikilog article is a draft, it was not published yet.

Exercise

⇠ Back to Blog:Sandbox
m
m
Line 1: Line 1:
 
{{exstart}}
 
{{exstart}}
Find the largest prime below $10^9$. How many primes numbers are there before this one? Which one is next? Compare to the prime-counting function $\pi(x)$ that counts how many primes there are below $x$ and which Gauss approximated to $x/\ln(x)$.
+
Find the largest prime below $10^9$ and which number is it in the list of primes?Which one is next? Compare to the prime-counting function $\pi(x)$ that counts how many primes are there below $x$ and which Gauss approximated to $x/\ln(x)$.
<div class="mw-collapsible mw-collapsed" data-collapsetext="Solution" data-expandtext="Answer">
+
{{anstart}}
Answer:  This is $999\,999\,937$, the $50\,847\,534$th prime number, for which the prime-counting function $\pi(x)$ compares to Gauss' approximation $\pi(x)\approx x/\ln x=48\,254\,942$ to withing 5% accuracy.
+
Answer:  This is $999\,999\,937$, the $50\,847\,534$th prime number, for which the prime-counting function $\pi(x)$ compares to Gauss' approximation $\pi(x)\approx x/\ln x=48\,254\,942$ to withing 5% accuracy. The next prime is $1\,000\,000\,007$.
</div>
+
{{anstop}}
 
{{exstop}}
 
{{exstop}}
  

Revision as of 15:55, 1 March 2021

Find the largest prime below $10^9$ and which number is it in the list of primes?Which one is next? Compare to the prime-counting function $\pi(x)$ that counts how many primes are there below $x$ and which Gauss approximated to $x/\ln(x)$.

Answer: This is $999\,999\,937$, the $50\,847\,534$th prime number, for which the prime-counting function $\pi(x)$ compares to Gauss' approximation $\pi(x)\approx x/\ln x=48\,254\,942$ to withing 5% accuracy. The next prime is $1\,000\,000\,007$.


well, more things today?

Template:Lorem

  • Table is collapsed by default
  • Second row contains collapsible list
  • Third row contains a collapsible block with custom labels