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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061437 Numbers n such that n+1 divides prime(n)+1. 0
5, 6, 13, 15, 31, 32, 34, 75, 77, 445, 2701, 15929, 40079, 40156, 251720, 251766, 251769, 251787, 10553437, 10553577, 10553645, 10553815, 179992919, 179993161, 179993169 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

5+1 divides Prime(5)+1 = 11+1, so 5 is a term of the sequence.

MATHEMATICA

Select[Range[10^6], Mod[Prime[ # ] + 1, # + 1] == 0 &]

CROSSREFS

Sequence in context: A099473 A051572 A047436 * A067245 A059176 A030356

Adjacent sequences:  A061434 A061435 A061436 * A061438 A061439 A061440

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 13 2002

EXTENSIONS

Corrected and extended by Don Reble (djr(AT)nk.ca), Nov 20 2006

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 23:16 EST 2012. Contains 205687 sequences.