OFFSET
1,2
COMMENTS
See comment to A062516.
EXAMPLE
For m=1320, Phi[m]-k[m]*Tau[m]=320-10*32=0. 16 terms below 100000 [and most likely at all]. phi(n)-Floor[n^(1/3)]*Tau[n] becomes positive for large n. At n=2520 seems last time negative.
MATHEMATICA
Flatten[Position[Table[EulerPhi[w]-Floor[w^(1/3)//N]*DivisorSigma[0, w], {w, 1, 100000}], 0]]
PROG
(PARI) isok(n) = eulerphi(n) - sqrtnint(n, 3)*numdiv(n) == 0; \\ Michel Marcus, Aug 24 2019
CROSSREFS
KEYWORD
fini,nonn
AUTHOR
Labos Elemer, Jul 20 2001
STATUS
approved