autopushed

This commit is contained in:
2024-07-12 01:54:13 +02:00
parent 0a02688da2
commit 22b10c6e22
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -14,4 +14,5 @@
- Here I am having counted the primes up to 1000: [[168]]. So down to 16.8% of numbers being prime.
- The [[Prime number theorem]] is what I was inching towards
- https://en.wikipedia.org/wiki/Prime-counting_function#Table_of_%CF%80(x),_x/log(x),_and_li(x) is a [[great table]]
- The ratio is roughly (x/log(x))
- The ratio of primes below number n which is exactly 1/#primes_below, can be estimated by 1/(x/log(x))
- Wow, had I never heard of [[logarithmic integral function]] before?
+2
View File
@@ -0,0 +1,2 @@
- #go https://en.wikipedia.org/wiki/Logarithmic_integral_function
- #pull related to the [[prime counting function]]