|
Search: id:A066685
|
|
|
| A066685 |
|
Numbers n such that p(n) is congruent to EulerPhi(n) mod n, where p(n) denotes the n-th prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
p(3) = 5 is congruent to sigma(3) = 2 mod 3; so 3 is a term of the sequence.
|
|
MATHEMATICA
|
Select[ Range[ 1, 10^6 ], Mod[ EulerPhi[ # ], # ] == Mod[ Prime[ # ], # ] & ]
|
|
CROSSREFS
|
Sequence in context: A004887 A165770 A108332 this_sequence A076155 A136611 A004898
Adjacent sequences: A066682 A066683 A066684 this_sequence A066686 A066687 A066688
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 11 2002
|
|
|
Search completed in 0.002 seconds
|