File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ file using `python3`.
18
18
19
19
* ` two_sevenths.py ` proves that $t_ {2,3,5,7}(N) \ge 2N/7$ for
20
20
sufficiently large $N$. The asymptotic and effective bounds are
21
- checked separately; the effective bound verified is $N \ge 9000000 $.
21
+ checked separately; the effective bound verified is $N \ge 8200000 $.
22
22
23
23
The programs produce the following output:
24
24
@@ -56,10 +56,10 @@ Asymptotic conditions (6.8) and (6.9) verified:
56
56
t(N) >= alpha N for alpha=2/7 and sufficiently large N.
57
57
58
58
Conditions (6.2) and (6.3) verified for the modified sequence:
59
- t(N) >= alpha N for alpha=2/7 and N >= 9000000 .
59
+ t(N) >= alpha N for alpha=2/7 and N >= 8200000 .
60
60
61
61
62
- real 0m0.065s
63
- user 0m0.062s
64
- sys 0m0.000s
62
+ real 0m0.199s
63
+ user 0m0.089s
64
+ sys 0m0.012s
65
65
```
You can’t perform that action at this time.
0 commit comments