login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A067697
Numbers k such that prime(k) == 1 (mod sigma(k)).
2
1, 3, 6, 7, 58, 79, 191, 339, 443, 516, 1185, 6275, 20456, 21471, 27341, 40123, 40143, 49678, 50684, 108977, 136023, 251789, 432185, 705256, 2582498, 2879786, 3142462, 3556591
OFFSET
1,2
MATHEMATICA
Select[Range[3560000], Mod[Prime[#]-1, DivisorSigma[1, #]]==0&] (* Harvey P. Dale, Sep 23 2021 *)
CROSSREFS
Sequence in context: A352920 A233209 A186521 * A137128 A256372 A330890
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 05 2002
EXTENSIONS
More terms from Labos Elemer, May 15 2002
STATUS
approved