OFFSET
1,1
COMMENTS
Counterexamples to a conjecture by Sandor.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..66 from Indranil Ghosh)
Jozsef Sandor, On the Composition of Some Arithmetic Functions, II, Journal of Inequalities in Pure and Applied Mathematics (JIPAM), Volume 6, Issue 3, Article 73, 2005.
MATHEMATICA
Select[Range[39270, 434280], EulerPhi[# * Sum[MoebiusMu[d]^2 / d, {d, Divisors[#]}]] > # &] (* Indranil Ghosh, Mar 11 2017 *)
PROG
(PARI) a(m) = {for (n=1, m, if (eulerphi(n * sumdiv( n, d, moebius(d)^2 / d)) > n, print1(n, ", ")); ); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 21 2012
STATUS
approved