A088826 Solutions to sigma(n)-2*n = phi(n): abundance of n equals Euler-phi of n.
12, 42, 1242, 6137440, 1385119360, 1588268480
Offset: 1
Examples
n=1242, sigma(1242)=2880, 2880-2484=396=phi(1242).
Programs
-
Mathematica
Do[If[Equal[DivisorSigma[1, n]-2*n, EulerPhi[n]], Print[n]], {n, 1, 10000000}]
Extensions
a(5)-a(6) from Donovan Johnson, Sep 30 2009
Comments