Find the largest positive integer n that divides p 6 − 1 for all primes p ≥ 1 1
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.
Firstly we can easily find that n must have no prime factor p ≥ 1 1 because if there is a prime p 1 ≥ 1 1 , then p 1 ∤ p 1 6 − 1
Next, let n = 2 a 3 b 5 c 7 d that a , b , c , d are non-negative integers. (or whole numbers) Then, we need to find out the value of a , b , c , d .
Case 1, a
By Euler's theorem,
p φ ( 8 ) = p 6 ≡ 1 ( m o d 8 ) → 8 ∣ p 6 − 1 → a ≥ 3
After that we will show that a = 3
p 6 − 1 = ( p 2 − 1 ) ( p 4 + p 2 + 1 ) ∵ 2 ∤ p 4 + p 2 + 1 ∴ 8 ∣ p 2 − 1
When p = 1 1 , p 2 − 1 = 1 1 2 − 1 = 1 2 0 , which is not divisible by 1 6 . Therefore, a = 3
Case 2, b
By Euler's theorem,
p φ ( 9 ) = p 6 ≡ 1 ( m o d 9 ) → 9 ∣ p 6 − 1 → b ≥ 2
After that we will show that b = 2
When p = 2 9 ,
p 6 − 1 = 2 9 6 − 1 ≡ 2 6 − 1 ≡ 6 3 ≡ 9 ( m o d 2 7 ) ∴ 2 7 ∤ p 6 − 1 for some primes p ≥ 1 1
Therefore, b = 2
Case 3, c
When p = 1 3 ,
p 6 − 1 = 1 3 6 − 1 ≡ 3 6 − 1 ≡ 7 2 8 ≡ 3 ( m o d 5 ) ∴ 5 ∤ p 6 − 1 for some primes p ≥ 1 1
Therefore, c = 0
Case 4, d
By Euler's theorem,
p φ ( 7 ) = p 6 ≡ 1 ( m o d 7 ) → 7 ∣ p 6 − 1 → d ≥ 1
After that we will show that d = 1
When p = 4 7 ,
p 6 − 1 = 4 7 6 − 1 ≡ ( − 2 ) 6 − 1 ≡ 6 3 ≡ 1 4 ( m o d 4 9 ) ∴ 4 9 ∤ p 6 − 1 for some primes p ≥ 1 1
Therefore, d = 1
Finally, we can calculate n by substituting a , b , c , d ,
n = 2 a 3 b 5 c 7 d = 2 3 3 2 5 0 7 1 = 5 0 4
Problem Loading...
Note Loading...
Set Loading...
Note that p 6 − 1 = ( p − 1 ) ( p + 1 ) ( p 2 + p + 1 ) ( p 2 − p + 1 ) . Let p ≥ 1 1 be prime:
Thus p 6 − 1 is a multiple of 8 × 9 × 7 = 5 0 4 . Since 1 3 6 − 1 = 2 3 × 3 2 × 7 × 6 1 × 1 5 7 1 7 6 − 1 = 2 5 × 3 3 × 7 × 1 3 × 3 0 7 we deduce that 5 0 4 is the largest integer that divides all p 6 − 1 for primes p ≥ 1 1 .