OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Florian Luca and Carl Pomerance, Local behavior of the composition of the aliquot and co-totient functions, in: G. Andrews and F. Garvan (eds.), Analytic Number Theory, Modular Forms and q-Hypergeometric Series, ALLADI60 2016. Springer Proceedings in Mathematics & Statistics, vol 221. Springer, Cham, 2017; author's copy.
MATHEMATICA
Select[Range@ 1800, Function[n, And[CompositeQ@ n, DivisorSigma[1, n - EulerPhi@ n] == (n - EulerPhi@ n) + # - EulerPhi@ # &[DivisorSigma[1, n] - n]]]] (* Michael De Vlieger, Sep 12 2017 *)
PROG
(PARI) a001065(n) = sigma(n)-n;
a051953(n) = n-eulerphi(n);
lista(nn) = forcomposite(n=4, nn, if(a051953(a001065(n))==a001065(a051953(n)), print1(n, ", ")));
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, Sep 11 2017
STATUS
approved