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!)
A068579 Let phi_m(x) = phi(phi(...(phi(x))...)) m times; sequence gives values of k such that phi_3(k) = tau(k). 3
1, 11, 13, 19, 33, 34, 35, 39, 46, 57, 58, 62, 74, 86, 88, 102, 104, 105, 110, 130, 135, 138, 152, 154, 174, 182, 186, 190, 222, 258, 264, 280, 312, 330, 342, 390, 456, 462, 546, 570, 594, 756, 840, 1080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A049099(k) = A000005(k).
LINKS
MATHEMATICA
Select[Range[1080], Nest[EulerPhi, #, 3] === DivisorSigma[0, #] &] (* Amiram Eldar, Jun 12 2022 *)
PROG
(PARI) is(k) = numdiv(k) == eulerphi(eulerphi(eulerphi(k))); \\ Jinyuan Wang, Apr 05 2020
CROSSREFS
Sequence in context: A081984 A145482 A167497 * A048519 A288878 A102907
KEYWORD
nonn,easy,fini,full
AUTHOR
Benoit Cloitre, Mar 26 2002
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 June 8 18:04 EDT 2023. Contains 363165 sequences. (Running on oeis4.)