A306539 Decimal expansion of Sum (1/p - 1/q) as (p, q) runs through the twin primes.
2, 1, 5, 9, 6, 7, 9, 4, 9, 9, 0, 2, 3, 7, 4
Offset: 0
Examples
0.215967949902374...
Programs
-
PARI
p=2;s=0.0;forprime(n=3,1e14,if(n-p==2,s+=(1/p-1/n));p=n;);print1(s)
Formula
Equals 2 * A209328. - Amiram Eldar, Nov 20 2020
Comments