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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092052 Numbers n such that prime(n) == -10 (mod n). 10
1, 3, 437, 2639, 4124589, 27067013, 27067101, 27067139, 27067271 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; p = 1; Do[ If[ Mod[p = NextPrim[p], n] == n - 10, Print[n]], {n, 1, 10^9}]

CROSSREFS

Cf. A023152, A045924, A092044, A092045, A092046, A092047, A092048, A092049, A092050, A092051.

Sequence in context: A172859 A087771 A086207 * A139999 A140870 A157601

Adjacent sequences:  A092049 A092050 A092051 * A092053 A092054 A092055

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 18 2004

EXTENSIONS

Corrected by Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Feb 20 2004

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 22:37 EST 2012. Contains 205679 sequences.