A373453 Iterate the function x <- phi(sigma(x)). The sequence has the smallest member of cycles of length 3.
16, 1200, 15552, 67392, 272160, 69672960000
Offset: 1
Examples
16 -> 30 -> 24 -> 16, so 16 (the smallest term) is in the sequence.
Links
- Richard R. Forberg, Additional terms, Nov 2024.
Programs
-
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
Extensions
a(6) from Giorgos Kalogeropoulos, Jun 18 2024
Comments