OFFSET
1,1
EXAMPLE
sigma(sigma(707)-phi(707)) = sigma(816-600) = sigma(216) = 600 = phi(707), so 707 is a term of the sequence.
MATHEMATICA
Select[Range[2, 10^6], DivisorSigma[1, DivisorSigma[1, # ] - EulerPhi[ # ]] == EulerPhi[ # ] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Sep 12 2002
EXTENSIONS
a(9)-a(30) from Donovan Johnson, Jan 19 2012
STATUS
approved