login
The OEIS is supported by the many generous donors 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. 1
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, 3140421756, 3140421774, 3140421782, 55762149085, 55762149089, 55762149101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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 &]
PROG
(PARI) isok(n) = (prime(n)+1) % (n+1) == 0; \\ Michel Marcus, Apr 15 2017
CROSSREFS
Sequence in context: A348155 A047436 A334320 * A067245 A059176 A219978
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 13 2002
EXTENSIONS
Corrected and extended by Don Reble, Nov 20 2006
a(26)-a(31) from Giovanni Resta, Apr 15 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 03:59 EDT 2024. Contains 371798 sequences. (Running on oeis4.)