Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094661
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094661 Numerator of the sum of the ratios of consecutive primes. +0
3
3, 19, 137, 1289, 16909, 259087, 4975049, 106267661, 2725447213, 85953848147, 2903947942067, 115669053951809, 5061522951820999, 231945249314081827, 11594813068340357459, 650803589794759938517, 40385350464999429101033 (list; graph; listen)
OFFSET

2,1

FORMULA

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

MATHEMATICA

s=0; lst={}; Do[p=Prime[n]; r=Prime[n+1]; AppendTo[lst, Numerator[s+=r/p]], {n, 3*4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 24 2009]

PROGRAM

(PARI) consec(n) = { y=0; forprime(x=2, n, y+=nextprime(x+1)/x; z=numerator(y); print1(z", ") ) }

CROSSREFS

Sequence in context: A035086 A105797 A138513 this_sequence A094662 A115750 A156894

Adjacent sequences: A094658 A094659 A094660 this_sequence A094662 A094663 A094664

KEYWORD

nonn,frac

AUTHOR

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

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research