# HG changeset patch # User Steve Losh # Date 1558713897 14400 # Node ID 68e5bf097fd5ac1804ab34e7cf56fe0e14d2e73f # Parent 51827548700f781203e2697771f8d3f9fa7af9eb Update diff -r 51827548700f -r 68e5bf097fd5 README.markdown --- a/README.markdown Thu May 23 10:48:09 2019 -0400 +++ b/README.markdown Fri May 24 12:04:57 2019 -0400 @@ -632,3 +632,11 @@ ## 2019-05-23 There are no polydivisible numbers in base `41`. The search continues. + +## 2019-05-24 + +There are no polydivisible numbers in base `42` (what a shame). Once again, +even bases finish an order of magnitude faster than odd bases, and so far only +even bases work. I'm going to focus the search on the next couple of even bases +to save time. I wish I could figure out *why* even bases were more promising. +Or just a better way to search.