What is the smallest positive integer such that the above is true?
That is, what is the smallest positive integer for which the Euler's totient function of the Euler totient function is divisible by 2017?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In general, ϕ ( p 1 e 1 ⋅ p 2 e 2 ⋯ ) = ( p 1 − 1 ) p 1 e 1 − 1 ⋅ ( p 2 − 1 ) p 2 e 2 − 1 ⋯ . Since 2 0 1 7 is a prime number, 2 0 1 7 ∣ ϕ ( m ) implies that either
p − 1 is a multiple of 2017, for some prime factor p ∣ m ;
or m contains at least two factors 2017.
Since we are looking for a smallest value, and the second option requires n > m ≥ 2 0 1 7 2 > 4 0 0 0 0 0 0 , we explore the first option, leaving the second for if that does not give any smaller result.
We need a prime number p such that p − 1 is a multiple of 2017. The smallest multiple for which this works is p = 4 ⋅ 2 0 1 7 + 1 = 8 0 6 9 . Thus, ϕ ( 8 0 6 9 ) = 8 0 6 8 = 4 ⋅ 2 0 1 7 . Next, we find n such that ϕ ( n ) = 8 0 6 9 . Following a similar reasoning, we find a prime number q such that q − 1 is a multiple of 8069. The smallest value that works is q = 2 ⋅ 8 0 6 9 + 1 = 1 6 1 3 9 .
Thus, ϕ ( 1 6 1 3 9 ) = 1 6 1 3 8 = 2 ⋅ 8 0 6 9 , and combining everything we get ϕ ( ϕ ( 1 6 1 3 9 ) ) = ϕ ( 2 ⋅ 8 0 6 9 ) = ϕ ( 2 ) ⋅ ϕ ( 8 0 6 9 ) = 1 ⋅ 8 0 6 8 = 2 2 ⋅ 2 0 1 7 , as desired.