|
Search: id:A066684
|
|
|
| A066684 |
|
Numbers n such that prime(n) is congruent to sigma(n) (mod n), where prime(n) denotes the n-th prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
prime(5)=11 is congruent to sigma(5)=6 (mod 5), so 5 is a term of the sequence.
|
|
MATHEMATICA
|
Select[ Range[ 1, 10^5 ], Mod[ DivisorSigma[ 1, # ], # ] == Mod[ Prime[ # ], # ] & ]
|
|
CROSSREFS
|
Sequence in context: A036983 A126666 A056683 this_sequence A128124 A131806 A004518
Adjacent sequences: A066681 A066682 A066683 this_sequence A066685 A066686 A066687
|
|
KEYWORD
|
nonn,hard,more
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 11 2002
|
|
|
Search completed in 0.002 seconds
|