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!)
A350581 Decimal expansion of sum of reciprocals of maximal prime gap primes: Sum_{n>=1} 1/A002386(n). 0
1, 0, 4, 4, 7, 0, 0, 5, 8, 5, 0, 8, 1, 1, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
1.04470058508119...
PROG
(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.
CROSSREFS
Sequence in context: A368304 A365063 A090531 * A356686 A198138 A300709
KEYWORD
nonn,cons,more
AUTHOR
John W. Nicholson, Jan 07 2022
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 August 11 08:53 EDT 2024. Contains 375059 sequences. (Running on oeis4.)