A373454 Iterate the function x <- phi(sigma(x)). The sequence has the smallest member of cycles of length 4.
576, 41472, 2142720000, 3233260800
Offset: 1
Examples
576 -> 1512 -> 1280 -> 864 -> 576, so 576 (the smallest term) is in the sequence.
Crossrefs
Programs
-
PARI
isok(x) = my(y = eulerphi(sigma(x))); if (y > x, my(z = eulerphi(sigma(y))); if (z>x, x == eulerphi(sigma(eulerphi(sigma(z)))))); \\ Michel Marcus, Jun 07 2024
Comments