summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-09-07 09:15:58 -0400
committerpommicket <pommicket@gmail.com>2024-09-07 09:16:34 -0400
commit2e59b60a30ae2b5e76953b5847cab5a7c0dab3c4 (patch)
tree017cb3091dadd81a878545e53a892cba79cee8a0
parent644d65f840ed9d8c4ccec17088b3324e60448997 (diff)
more searchingHEADtrunk
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2670b2d..1279e8c 100644
--- a/README.md
+++ b/README.md
@@ -71,4 +71,4 @@ very small values of $k$ (this is motivated by the two known sporadic solutions
go through each entry in the triangle, only storing one row in memory at a time, and do a binary search to check if
the entry is ${n\choose k}$ for some small $k$. Using this method we can verify with just a few hours and megabytes of memory
that no more solutions exist with ${n\choose k}<10^{123}, m < 3\times 10^6, k \leq 30$ (arguments `col-limit 30` after
-modifying `UInt` to be 512-bit) or with ${n\choose k}<10^{152}, m < 2\times 10^8, k = 2$.
+modifying `UInt` to be 512-bit) or with ${n\choose k}<10^{152}, m < 2\times 10^9, k = 2$.