OFFSET
1,1
COMMENTS
It appears that the equation x + phi(x) = sigma(x) has the unique solution x=2. It is easy to show that this is the only even solution to the equation, but for odd solutions this is less obvious. The present sequence is motivated by the observation that for most odd numbers, the l.h.s. is larger than the r.h.s. (while the opposite is the case for all even numbers). (See also formulas in A228947.)
PROG
(PARI) select(n->(2*n+1+eulerphi(2*n+1)<sigma(2*n+1)), vector(900, n, n-1))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Oct 05 2013
STATUS
approved