Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094663
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094663 Prime numerators of the sums of the ratios of consecutive primes. +0
1
2, 19, 3023, 3469898586979325623, 2502544963063007045084611872632077 (list; graph; listen)
OFFSET

2,1

COMMENT

Sum of reciprocals = 0.5577902661277818841795751911..

FORMULA

If a(n) = Sum(prime(k)/prime(k+1), k=1..n)) is prime.

EXAMPLE

2/3 + 3/5 +5/7 + 7/11 = 3023/1155. 3023 is prime, the third entry in the sequence.

PROGRAM

(PARI) consecpr2(n) = { s=0; y=0; forprime(x=2, n, y+=x/nextprime(x+1); z=numerator(y); s+=1./z; if(isprime(z), print1(z", ")) ); print(); print(s) }

CROSSREFS

Sequence in context: A012976 A013107 A024229 this_sequence A091688 A073444 A082259

Adjacent sequences: A094660 A094661 A094662 this_sequence A094664 A094665 A094666

KEYWORD

frac,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 06 2004

EXTENSIONS

The next term is too large to include.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 20:25 EST 2009. Contains 170428 sequences.


AT&T Labs Research