Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103276
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103276 a(n)=(prime(n+1)+prime(k))/prime(n), where k is the smallest number such that prime(n+1)+prime(k)==0 mod prime(n), n+1<k. +0
1
4, 4, 4, 4, 4, 6, 6, 4, 6, 12, 6, 4, 10, 6, 6, 12, 6, 8, 4, 4, 6, 4, 6, 12, 12, 6, 12, 24, 6, 12, 6, 8, 4, 22, 6, 8, 8, 6, 6, 6, 10, 10, 4, 10, 6, 6, 12, 10, 30, 4, 12, 6, 22, 6, 6, 12, 12, 14, 4, 12, 4, 6, 6, 6, 16, 4, 8, 10, 4, 6, 6, 4, 20, 24, 10, 14, 12, 4, 6, 4 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(1)=(prime(2)+prime(k))/prime(1)=(3+5)/2=4

MAPLE

A103276 := proc(n) local p, q, r, i ; p := ithprime(n) ; q := ithprime(n+1) ; r := 2 ; for i from 1 do if ( q+r ) mod p = 0 and r>q then RETURN ((q+r)/p) ; fi ; r := nextprime(r) ; od: end: seq(A103276(n), n=1..80) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 06 2008

CROSSREFS

Sequence in context: A001736 A091844 A007208 this_sequence A059190 A085142 A064053

Adjacent sequences: A103273 A103274 A103275 this_sequence A103277 A103278 A103279

KEYWORD

nonn

AUTHOR

Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp), Jan 27 2005

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 06 2008

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research