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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116677 Numbers n such that prime(n) == 12 (mod n). 4
91, 4124467, 27067043, 27067229, 27067261, 27067523, 1208198857, 8179002137, 8179002191 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A004648; A023143 - A023152, A116657, A116658, A116659: prime(n) == m (mod n), m=1..14.

Cf. A116678.

Sequence in context: A157802 A119130 A195217 * A031200 A075479 A081222

Adjacent sequences:  A116674 A116675 A116676 * A116678 A116679 A116680

KEYWORD

nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it) and Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 22 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 00:26 EST 2012. Contains 205567 sequences.