login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A171430
Primes that are congruent to 3 mod n, where n is the index of the prime.
6
2, 3, 7, 17, 19, 127, 131, 139, 373, 383, 8419, 64553, 175211, 3523901, 3524713, 70115789, 514273231, 514275283, 1394194363, 1394197423, 1394197543, 1394198683, 1394198863, 1394199083, 1394199263, 1394199283, 10246935823, 204475053103, 4086199302923, 11091501631097
OFFSET
1,1
LINKS
EXAMPLE
Mod(7,4)=3, Mod(17,7)=3.
MATHEMATICA
Prime@ Select[Range[10^5], Mod[Prime[#] - 3, #] == 0 &] (* Giovanni Resta, Feb 25 2020 *)
CROSSREFS
Sequence in context: A350118 A256917 A089144 * A355419 A045332 A045333
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(14) from Harvey P. Dale, Oct 21 2016
Terms a(1)-a(2), a(17) and beyond from Giovanni Resta, Feb 23 2020
STATUS
approved