OFFSET
1,1
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..535 (terms < 3*10^10)
EXAMPLE
phi(119) = 96, sigma(119) = 144, phi(144) = 48 and 144 - 96 = 48.
MAPLE
with(numtheory); P:=proc(q) local n;
for n from 1 to q do
if phi(sigma(n))=sigma(n)-phi(n) then print(n);
fi; od; end: P(10^6);
CROSSREFS
KEYWORD
nonn
AUTHOR
Paolo P. Lava, Oct 17 2013
EXTENSIONS
a(22) - a(35) from Donovan Johnson, Oct 21 2013
STATUS
approved