login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062804 phi(n) - floor(n^(1/3))*tau(n) = 0. 0
1, 3, 9, 15, 56, 102, 198, 228, 234, 280, 312, 528, 672, 756, 1050, 1320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See comment to A062516.
LINKS
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
Sequence in context: A329420 A120403 A247967 * A110960 A192165 A050869
KEYWORD
fini,nonn
AUTHOR
Labos Elemer, Jul 20 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)