Conjecture: Suppose p[i] is the i-th prime, p[1]=2, g[i]=p[i + 1] - p[i], h[1]=g[1], h[n] = g[1]-g[2]+g[3]-g[4]+...+ (-1)^(n-1) g[n] = h[n-1]+(-1)^(n-1) g[n], then {h[n]} changes sign infinitely often,however lazily, and h[n] never just equal to 0, for n=1,2,3,...
http://att.newsmth.net/att.php?s.749.91400.300.nb
I'd like to listen to your opinions! Can you prove or disprove this?


$h_n=-2+2(3-5 + \cdots \pm p_n) \mp p_{n+1}$is always odd – a-boy Aug 4 2010 at 7:22