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”).

A067853
Numbers k such that k divides prime(k^2)+1.
0
1, 2, 3, 8, 12, 37, 72, 73, 95, 472, 582, 735, 745, 1293, 1295, 1354, 2886, 6088, 7418, 7650, 8922, 9348, 9584, 14592, 25212, 34997, 36360, 102226, 114713, 160044, 190402, 376024
OFFSET
1,2
COMMENTS
a(32) > 3*10^5. [Donovan Johnson, Nov 15 2009]
EXAMPLE
8 divides prime(8^2)+1 = 312 = 39*8, so 8 is a term of the sequence.
MATHEMATICA
Select[Range[10^4], Mod[Prime[ #^2] + 1, # ] == 0 &]
CROSSREFS
Cf. A011757.
Sequence in context: A247355 A349280 A134683 * A086590 A160610 A127484
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 15 2002
EXTENSIONS
a(24)-a(31) from Donovan Johnson, Nov 15 2009
a(32) from Amiram Eldar, Jul 23 2021
STATUS
approved