login

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

A135239
Numbers m such that sigma(phi(m)) = 2*m.
1
1209, 27474741, 55385589, 222850677
OFFSET
1,1
COMMENTS
From Max Alekseyev, Oct 12 2023: (Start)
No other terms below 3*10^11.
If a term m is odd, then phi(m) belongs to A001229; otherwise phi(m) belongs to A135240. (End)
EXAMPLE
sigma(phi(222850677)) = sigma(118879488) = 445701354 = 2*222850677, so 222850677 is in the sequence.
MATHEMATICA
Do[If[DivisorSigma[1, EulerPhi[n]]==2n, Print[n]], {n, 420000000}]
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Farideh Firoozbakht, Dec 26 2007
STATUS
approved