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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105329 Numbers n such that prime(n + 1) == 5 (mod n). 3
6, 7, 12, 14, 181, 1053, 1057, 2614, 40089, 40114, 40117, 40119, 100346, 100352, 100358, 251707, 251742, 251743, 251754, 251757, 1617173, 4124458, 10553513, 27067262, 27067272, 179992838, 179993008 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

There are no further terms up to 215000000. - Farideh Firoozbakht (mymontain(AT)yahoo.com), May 13 2005

MATHEMATICA

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

bb={}; Do[If[5 == Mod[Prime[n + 1], n], bb = Append[bb, n]], {n, 1, 251758}]; bb (Firoozbakht)

CROSSREFS

Cf. A105286, A105287, A105288, A105290.

Sequence in context: A047225 A191337 A037364 * A155942 A109605 A069198

Adjacent sequences:  A105326 A105327 A105328 * A105330 A105331 A105332

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Apr 30 2005

EXTENSIONS

More terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), May 13 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 16 10:53 EST 2012. Contains 205904 sequences.