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!)
A373453 Iterate the function x <- phi(sigma(x)). The sequence has the smallest member of cycles of length 3. 4
16, 1200, 15552, 67392, 272160, 69672960000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
69672960000 is also a term in the sequence.
a(7) <= 2704853606400. The numbers 242595672883200000, 66217181184000000000 and 185577469193591193600 are also terms. - Giorgos Kalogeropoulos, Jun 18 2024
4672651788288000 is also a term. - Jud McCranie, Jun 18 2024
LINKS
EXAMPLE
16 -> 30 -> 24 -> 16, so 16 (the smallest term) is in the sequence.
PROG
(PARI) isok(x) = my(y = eulerphi(sigma(x))); if (y > x, my(z = eulerphi(sigma(y))); if (z > x, x == eulerphi(sigma(z)))); \\ Michel Marcus, Jun 07 2024
CROSSREFS
Sequence in context: A053903 A254333 A102807 * A160131 A206691 A064346
KEYWORD
nonn,more
AUTHOR
Jud McCranie, Jun 06 2024
EXTENSIONS
a(6) from Giorgos Kalogeropoulos, Jun 18 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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)