a-boy/playmath是一个数学实验游乐场!
Goldbach Conjecture Inequality 1 : gold(n)< prime_pi(n)+sigma(n,0) gold(n): the min non-negative integer g makes that both n-g and n+g are primes prime_pi(n): the count of primes in 1..n sigma(n,0): the count of n.divisors()
gold(n)< prime_pi(n)+sigma(n,0)
g
n-g
n+g
gold(n) < prime_pi(n), while n>344
gold(n) < prime_pi(n)*4395/3449751 ≈ prime_pi(n)*0.0013, while n>57989356
Goldbach Conjecture Inequality 2 : gold(n)< prime_pi(prime_pi(n)+n)
gold(n)< prime_pi(prime_pi(n)+n)
Collatz正奇数回归树生成规则(Collatz-Odd-Tree Generation Rule) :
v(x)=(2*x-1)/3 or (4*x-1)/3
h(x)=4*x+1
证明3n+1猜想成立也就只需证明Collatz-Odd-Tree中逆向生成了所有的正奇数。 显然,从x0=1出发,通过 h(x)=4*x+1 和 v(x)=(2*x-1)/3 or (4*x-1)/3 反复迭代,会生成所有形如4k+1和4k-1的数,即所有正奇数。Collatz猜想证明完毕□
x0=1
http://a-boy.tk/playmath/stage26-3n%2B1conjecture/[webgame]proving-3n+1-conjecture.html
{2},{4},{2*n},{6,6},{2,4,2},......
p[i+1]-p[i]<=i
馒头曲线 和 馒头模型
此外,playmath项目里有一个小巧实用的sagemath代码生成器 ,还有正在创作中的电子书 《 sagemath数学巡游 》、 《数论探索》…
采用sagemath作为主要的数学工具,你可以在Jupyter notebook或Jupyter lab中浏览阅读.ipynb文档,但运行其中代码很可能需要sagemath函数库