login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071850 Smallest k > n such that n divides prime(k)-prime(n). 0
2, 3, 5, 5, 11, 8, 11, 14, 13, 17, 16, 18, 19, 20, 28, 26, 31, 22, 42, 32, 37, 26, 65, 30, 45, 31, 37, 38, 39, 40, 54, 38, 57, 40, 72, 48, 75, 52, 79, 62, 192, 48, 59, 60, 91, 68, 107, 58, 98, 75, 116, 95, 69, 72, 73, 83, 76, 96, 115, 79, 205, 92, 84, 85, 86, 76, 109, 100 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(n=1, 100, s=1; while((prime(n+s)-prime(n))%n>0, s++); print1(n+s, ", "))

CROSSREFS

Sequence in context: A140312 A088887 A066911 * A092749 A152076 A138181

Adjacent sequences:  A071847 A071848 A071849 * A071851 A071852 A071853

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 09 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:33 EST 2012. Contains 205663 sequences.