8000 it doesn't immediately follow · cp-algorithms/cp-algorithms@6f49189 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 6f49189

Browse files
authored
it doesn't immediately follow
For someone that isn't much familiar with asymptotes, it isn't immediate. Is this a viable reason?
1 parent edea689 commit 6f49189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/sieve-of-eratosthenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $$\sum_{\substack{p \le n, \\\ p \text{ prime}}} \frac n p = n \cdot \sum_{\subs
6161
Let's recall two known facts.
6262
6363
- The number of prime numbers less than or equal to $n$ is approximately $\frac n {\ln n}$.
64-
- The $k$-th prime number approximately equals $k \ln k$ (this follows immediately from the previous fact).
64+
- The $k$-th prime number approximately equals $k \ln k$ (this follows from the previous fact).
6565
6666
Thus we can write down the sum in the following way:
6767

0 commit comments

Comments
 (0)
0