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

A067880
Numbers k such that phi(k) = phi(sigma(k)-k).
3
2, 4, 6, 10, 16, 28, 78, 114, 152, 165, 186, 222, 224, 238, 256, 402, 496, 654, 704, 738, 762, 834, 942, 1086, 1194, 1266, 1456, 1485, 1665, 1722, 1842, 1972, 2022, 2132, 2223, 2274, 2454, 2528, 2754, 2922, 2994, 3246, 3426, 3462, 3472, 3786, 4506, 4614
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[5000], EulerPhi[#] == EulerPhi[DivisorSigma[1, #] - #] &] (* Amiram Eldar, Apr 24 2022 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 2002
STATUS
approved