login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A350582
Decimal expansion of sum of reciprocals of maximal prime gap primes: Sum_{n>=1} 1/A000101(n).
1
6, 8, 1, 7, 2, 9, 7, 9, 4, 9, 1, 3, 3, 8
OFFSET
0,1
EXAMPLE
0.68172979491338...
PROG
(PARI) B000101 = readvec("b000101.txt"); s=0; for(i=1, 80, s= 1/B000101[i]+s); s*1.
\\ PARI's "readvec" doesn't work with the 2-column original OEIS b-file "b000101.txt". One needs to strip the index column first from b-file.
CROSSREFS
Cf. A000101.
Sequence in context: A195716 A063504 A188340 * A011006 A198549 A019852
KEYWORD
nonn,cons,more
AUTHOR
John W. Nicholson, Jan 07 2022
STATUS
approved