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!)
A062516 Numbers k such that 2*tau(k) = phi(k). 12
5, 9, 15, 28, 40, 72, 84, 90, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence is finite, since for large k and suitable constants and epsilon: phi(k) - 2*tau(k) > c1*k^(2/3) - 4*c2*k^(1/2) > 0 if k > c3, so phi(k) - 2*tau(k) > 0, QED. Moreover, phi(k) = m*tau(k) has at most finitely many solutions for any constant m or even for slowly increasing functions like m(k) = k^(epsilon). - Labos Elemer, Jul 20 2001
LINKS
MATHEMATICA
Select[Range[150], 2*DivisorSigma[0, #]==EulerPhi[#]&] (* Harvey P. Dale, Jun 28 2022 *)
PROG
(PARI) for(n=1, 1000000, if(numdiv(n)*2==eulerphi(n), print(n), ))
CROSSREFS
Sequence in context: A023498 A256343 A210289 * A249331 A345953 A075133
KEYWORD
nonn,fini,full
AUTHOR
Jason Earls, Jul 13 2001
EXTENSIONS
"full" keyword from Max Alekseyev, Mar 01 2010
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)