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!)
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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

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 September 14 03:32 EDT 2024. Contains 375911 sequences. (Running on oeis4.)