A350581 Decimal expansion of sum of reciprocals of maximal prime gap primes: Sum_{n>=1} 1/A002386(n).
1, 0, 4, 4, 7, 0, 0, 5, 8, 5, 0, 8, 1, 1, 9
Offset: 1
Examples
1.04470058508119...
Programs
-
PARI
B2386A = readvec("b002386.txt");s=0;for(i=1,80,s= 1/B2386A[i]+s);s*1. \\ PARI's "readvec" doesn't work with the 2-column original OEIS b-file "b002386.txt". One needs to strip the index column first from b-file.