OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..500
EXAMPLE
sigma(23) = 24 = phi(23 + 22) = phi(23 + phi(23)), so 23 is a term of the sequence.
phi(87 + phi(87)) = phi(87 + 56) = 120 = sigma(87), so 87 is a member of the sequence.
MATHEMATICA
Select[Range[10^5], EulerPhi[ # + EulerPhi[ # ]] == DivisorSigma[1, # ] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Sep 12 2002
STATUS
approved