login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A306539 Decimal expansion of Sum (1/p - 1/q) as (p, q) runs through the twin primes. 3
2, 1, 5, 9, 6, 7, 9, 4, 9, 9, 0, 2, 3, 7, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
If a = Sum (1/p) as (p, q) runs through the twin primes and
If b = Sum (1/q) as (p, q) runs through the twin primes, then
a + b = 1.902160583209... (Brun's constant) and
a - b = 0.215967949902374... (This constant).
So a = Sum_{n>=1} 1/A001359(n) = 1.059064266555685...
and b = Sum_{n>=1} 1/A006512(n) = 0.843096316653315... are 2 new constants for twin primes.
LINKS
FORMULA
Equals 2 * A209328. - Amiram Eldar, Nov 20 2020
EXAMPLE
0.215967949902374...
PROG
(PARI) p=2; s=0.0; forprime(n=3, 1e14, if(n-p==2, s+=(1/p-1/n)); p=n; ); print1(s)
CROSSREFS
Sequence in context: A349635 A176665 A199050 * A193629 A021467 A011132
KEYWORD
nonn,cons,more
AUTHOR
Dimitris Valianatos, Feb 22 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)