|
|
A066688
|
|
Numbers n such that p(n) is congruent to n mod sigma(n), where p(n) denotes the n-th prime.
|
|
0
|
|
|
1, 5, 13, 31, 299, 667, 3805, 15965, 74053, 274483, 10553437, 19329979, 71074261, 179992919, 264401891, 296059565, 8200981757, 22718360827, 24163572401
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
|
|
LINKS
|
|
|
EXAMPLE
|
p(5) = 11 is congruent to 5 mod sigma(5) = 6; so 5 is a term of the sequence.
|
|
MATHEMATICA
|
Select[ Range[ 1, 10^6 ], Mod[ #, DivisorSigma[ 1, # ] ] == Mod[ Prime[ # ], DivisorSigma[ 1, # ] ] & ]
Select[ Range[ 1, 4 10^7 ], # == Mod[ Prime[ # ], DivisorSigma[ 1, # ]] & ]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|