Let a n = 2 n + 3 n + 6 n + 1 ( n ∈ N + ) .
Find the smallest integer k ≥ 2 such that g c d ( k , a n ) = 1 forall n ∈ N + . (Give your answer as 0 if there is no such k . )
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.
Please elaborate the statement you wrote in brackets.
Log in to reply
Well, 2 is a square mod p if and only if p ≡ ± 1 mod 8 (the "second supplement"). And − 1 is a square mod p if and only if p ≡ 1 mod 4 (the "first supplement"). And ( 2 3 3 ) = − ( 3 2 3 ) = − ( 3 2 ) = 1 (in general for prime p > 3 , 3 is a square mod p if and only if p ≡ ± 1 mod 1 2 ).
Obiviously,the smallest one must be a prime (if it exists). And k = 2 , 3 ,since a 1 = 1 2 .
Let r ≡ n ( m o d ( p − 1 ) ) , 0 ≤ r ≤ p − 2 ,here p ≥ 5 is prime.By Fermat's little theorem, 2 p − 1 ≡ 1 ( m o d p ) , 3 p − 1 ≡ 1 ( m o d p ) , 6 p − 1 ≡ 1 ( m o d p ) .Thus,If p ∣ ( 2 n + 3 n + 6 n + 1 ) ,then p ∣ ( 2 r + 3 r + 6 r + 1 ) .
That is equivalent to: if p ∤ ( 2 r + 3 r + 6 r + 1 ) ,then p ∤ ( 2 n + 3 n + 6 n + 1 ) .
Besides, p ∣ ( 2 r + 3 r + 6 r + 1 ) ⇒ p ∣ 6 p − 1 − r ( 2 r + 3 r + 6 r + 1 ) ⇒ p ∣ ( 3 p − 1 − r ⋅ 2 p − 1 + 2 p − 1 − r ⋅ 3 p − 1 + 6 p − 1 + 6 p − 1 − r ) ⇒ p ∣ ( 3 p − 1 − r + 2 p − 1 − r + 1 + 6 p − 1 − r ) ,which means that we only need to check the case when r = 1 , 2 , . . . , 2 p − 1 .
When p=5, p ∣ ( 2 2 + 3 2 + 6 2 + 1 ) ; when p=7, p ∣ ( 2 3 + 3 3 + 6 3 + 1 ) ; when p=13,17,19, p ∣ ( 2 2 p − 1 + 3 2 p − 1 + 6 2 p − 1 + 1 ) ; when p=23,it is not hard to check that 2 3 ∤ ( 2 j + 3 j + 6 j + 1 ) ( j = 0 , 1 , . . . , 1 1 ) ,while a wiser way is stated by sir Patrick Corn.
So the answer is 2 3 .
Problem Loading...
Note Loading...
Set Loading...
Since a n = ( 2 n + 1 ) ( 3 n + 1 ) , if k is coprime to all a n , then for any prime p ∣ k , we have that 2 n ≡ − 1 mod p has no solution, and 3 n ≡ − 1 mod p also has no solution.
It's not hard to check by hand or by computer that p = 2 3 is the smallest prime for which this is true. (To see that it is true for p = 2 3 , note that 2 and 3 are squares mod 2 3 and − 1 is not, by various applications of quadratic reciprocity .) So the smallest possible prime dividing k is 2 3 , and hence the smallest k is 2 3 .