A350582 Decimal expansion of sum of reciprocals of maximal prime gap primes: Sum_{n>=1} 1/A000101(n).
6, 8, 1, 7, 2, 9, 7, 9, 4, 9, 1, 3, 3, 8, 8, 7, 1
Offset: 0
Examples
0.68172979491338871...
Programs
-
PARI
v = readvec("b000101.txt");s=0; for(i=1,#v,s= 1/v[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.
Extensions
a(15)-a(17) from John W. Nicholson, Feb 25 2025