Goldbach Conjecture Verification Beyond 4e18 - Amanollahi Methodology
收藏Zenodo2026-06-08 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.17168340
下载链接
链接失效反馈官方服务:
资源简介:
Prefiltering using all primes up to 2000
Efficient modular power via Python's built-in pow() function
2. Strategic search algorithm
Median = N // 2
p = mid if (mid % 2 == 1) else (mid - 1) # start from the nearest odd number up to N/2
This reduces the number of tests from millions to 1-3 tests for each value.
Available files
goldbach_verification.py: Full Python implementation
goldbach_results_4e18.csv: Test results for 1,0
提供机构:
Zenodo创建时间:
2025-09-21



