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!)
A373435 Iterate the function x <- phi(sigma(x)). The sequence has the smallest member of cycles of length 2. 13
4, 48, 72, 432, 1728, 10368, 184320, 1658880, 6220800, 10222080, 12856320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A cycle of length 2 also starts at 3852635996160.
LINKS
EXAMPLE
phi(sigma(4)) = 6 and phi(sigma(6)) = 4, so 4 (the smallest term) is in the sequence.
MATHEMATICA
Select[Range[10^6], # == EulerPhi[DivisorSigma[1, EulerPhi[DivisorSigma[1, #]]]] && # < EulerPhi[DivisorSigma[1, #]]&] (* Stefano Spezia, Jun 07 2024 *)
PROG
(PARI) isok(x) = my(y = eulerphi(sigma(x))); if (y > x, x == eulerphi(sigma(y))); \\ Michel Marcus, Jun 06 2024
CROSSREFS
Subsequence of A067883.
Sequence in context: A242225 A157818 A362402 * A048608 A366492 A275033
KEYWORD
nonn,more
AUTHOR
Jud McCranie, Jun 06 2024
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 August 2 06:28 EDT 2024. Contains 374821 sequences. (Running on oeis4.)