OFFSET
1,1
REFERENCES
Like A099650 but with totient phi(x) replaced by cototient x - phi(x).
EXAMPLE
phi(1680) = 384, sigma(1680) = 5952 and 2*1680 - 384 = 2976 = 5952/2.
MAPLE
with(numtheory): P:=proc(q) local n; for n from 1 to q do
if 2*n-phi(n)=sigma(n)/2 then print(n); fi; od; end: P(10^9);
CROSSREFS
KEYWORD
nonn
AUTHOR
Paolo P. Lava, Aug 09 2017
EXTENSIONS
a(10)-a(26) from Giovanni Resta, Aug 25 2017
STATUS
approved