Suppose there is an infinite sequence of positive integers such that the first term is 16, the number of distinct positive divisors of each term is divisible by 5, and the terms of the sequence form an arithmetic progression. Of all such sequences, find the one with the smallest possible non-zero common difference between consecutive terms. Submit that smallest common difference you obtained as your answer.
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.
Due to Dirichlet's theorem, in order to have such an arithmetic progression we must have g c d ( 1 6 , d ) > 1 , where d is the common difference. Also 16 is the smallest number to have 5 divisors. So, each term in the arithmetic progression must be of the form 1 6 k , where k is odd. This is because if a and b are coprime to each other,then τ ( a b ) = τ ( a ) . τ ( b ) . So, if k is odd we would have τ ( 1 6 k ) = τ ( 1 6 ) . τ ( k ) = 5 . τ ( k ) , which is divisible by 5. Smallest odd number greater than 1 is 3 . So, setting the next term 3 × 1 6 = 48, we obtain smallest value of d = 3 2 .
Problem Loading...
Note Loading...
Set Loading...
Consider a number n of the form n = p 1 x 1 p 2 x 2 … p m x m where p k is a distinct prime and x k is a positive integer. There are x k + 1 ways to pick how many times p k divides n , therefore the number of divisors of n is equal to ( x 1 + 1 ) ( x 2 + 1 ) … ( x m + 1 ) . Setting x 1 = 4 gives us numbers with a number 5 t divisors. So long as there is a prime that divides n 4 , the number of divisors of n will be divisible by 5 .
Our infinite sequence begins with a 0 = 1 6 . We can see that 1 6 = 2 4 . Also, note that the next number n that fits our description is 4 8 = 2 4 3 . We know this has to be the next number because 2 5 has 6 divisors, the next greatest prime number is 3 , and 3 4 = 8 1 > 4 8 .
4 8 − 1 6 = 3 2 = 2 5
a n = a n − 1 + 2 5
a n = 2 4 + n 2 5 = 2 4 ( 2 n + 1 )
Each number in this sequence is divisible by 2 4 , and 2 n + 1 is clearly odd so 2 can only divide a n 4 times, meaning that a n must have 5 t divisors, just like every term before it. Since 3 2 was the minimum common difference with a sequence starting at 1 6 , our final answer must be 3 2 .