- UID
- 644598
- 在线时间
- 小时
- 注册时间
- 2011-6-27
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
刚google了一下Prime gap,貌似和机井的概念上不一样。
From Wikipedia, the free encyclopedia
A prime gap is the difference between two successive prime numbers. The n-th prime gap, denoted gn, is the difference between the (n + 1)-th and the n-th prime number, i.e.
We have g1 = 1, g2 = g3 = 2, and g4 = 4. The sequence (gn) of prime gaps has been extensively studied. One also writes g(pn) for gn.
The first 30 prime gaps are:
1, 2, 2, 4, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6, 4, 6, 8, 4, 2, 4, 2, 4, 14 (sequence A001223 in OEIS).
80题解法补充 之前四月有类似JJ gap的平均数,gap只是相邻两质数的gap 即3,5,7,11,13,17,19,23,29,31 对应的gap为1,1,3,1,3,1,3,5,1 平均数为19/9=2 -- by 会员 suikame (2011/8/23 22:00:22)
2-32应该包括 2,3,5,7,11,13,17,19,23,29,31一共是11个数 连续gap为0,1,1,3,1,3,1,3,5,1 相加为19/10=1.9 -- by 会员 sysubrina (2011/8/24 2:38:18)
|
|