Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094662
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094662 Prime numerators of the sums of the ratios of consecutive primes. +0
1
3, 19, 137, 1289, 4975049, 19374829215705183817985416854342477445596764166957007 (list; graph; listen)
OFFSET

1,1

COMMENT

Sum of reciprocals = 0.3941031881461705902079511494...

The next term, A094661(53) ~ 1.497*10^100, is too large to include.

It might be preferable to record the index of these primes in A094661: a(n)=A094661(b(n)) with b=(1,2,3,4,7,32,53,55,94,183,189,...). [M. F. Hasler, Mar 06 2009]

FORMULA

A094662 = A094661 intersect A000040.

EXAMPLE

3/2 + 5/3 + 7/5 + 11/7 + 13/11 + 17/13 + 19/17 = 4975049/510510. 4975049 is prime, the fifth entry in the sequence.

PROGRAM

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

(PARI) s=0; for( i=1, 999, isprime(numerator(s+=prime(i+1)/prime(i))) & print1(numerator(s)", ")) [M. F. Hasler, Mar 06 2009]

CROSSREFS

Sequence in context: A105797 A138513 A094661 this_sequence A115750 A156894 A073515

Adjacent sequences: A094659 A094660 A094661 this_sequence A094663 A094664 A094665

KEYWORD

frac,nonn

AUTHOR

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

EXTENSIONS

Corrected and edited by M. F. Hasler (MHasler(AT)univ-ag.fr), Mar 07 2009

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research