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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105421 Numbers n such that prime(n + 1) == 7 (mod n). 0
8, 30, 31, 33, 68, 72, 180, 1052, 6471, 40083, 40087, 40090, 40113, 40120 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

bb={}; Do[If[7==Mod[Prime[n+1], n], bb=Append[bb, n]], {n, 1, 99999}]; bb

CROSSREFS

Cf. A105286, A105287, A105288, A105290, A105329.

Sequence in context: A072264 A110527 A189946 * A071931 A074670 A092277

Adjacent sequences:  A105418 A105419 A105420 * A105422 A105423 A105424

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 02 2005

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 13:08 EST 2012. Contains 205623 sequences.