|
| |
|
|
A052013
|
|
Primes that are congruent to -1 mod n, where n is the index of the prime.
|
|
3
| |
|
|
2, 3, 5, 7, 29, 349, 359, 1091, 3079, 8423, 64579, 64609, 64709, 481043, 481067, 3524317, 3524387, 9559799, 9560009, 9560039, 25874767, 70115921, 189962009, 189962189, 189964241, 189964259, 189964331, 189964367, 189968741, 189968921
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 29 is the 10th prime and 29 == -1 mod 10.
|
|
|
MATHEMATICA
| f[p_, n_]:=Mod[p, n]==0; lst={}; Do[p=Prime[n]; If[f[p+1, n], AppendTo[lst, p]], {n, 10!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 08 2009]
|
|
|
CROSSREFS
| Cf. A045924, A023143, A048891.
Sequence in context: A082257 A054750 A048404 * A174536 A054797 A052014
Adjacent sequences: A052010 A052011 A052012 * A052014 A052015 A052016
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Patrick De Geest (pdg(AT)worldofnumbers.com), Nov 15 1999.
|
| |
|
|