Articulated divisors

A positive integer is said to be strange if it has an odd number of distinct positive divisors. Find the sum of all positive strange numbers less than or equal to 2016.

Details and Assumptions :

  • As an explicit example, 4 is strange because it has 3 distinct positive divisors, namely 1, 2 and 4, while 10 is not strange because it has 4 distinct positive divisors, namely 1, 2, 5 and 10.


The answer is 29370.

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.

3 solutions

Jessica Wang
Jul 1, 2015

For a positive integer, its divisors come in pairs (e.g. 12 = 1 × 12 = 2 × 6 = 3 × 4 ; 16 = 1 × 16 × 2 × 8 = 4 × 4. ) 12=1\times 12=2\times 6=3\times 4;\: 16=1\times 16\times 2\times 8=4\times 4. ) .

For a "strange" number, one pair of divisors need to be in the same number, for example, 16 (as mentioned above, it has a "repetitive" 4 as a divisor).

This requires the number to be squared.

INT ( 2016 ) = 44 , \because \textrm{INT}(\sqrt{2016})=44,

Sum required = r = 1 44 r 2 = 1 6 × 44 × ( 44 + 1 ) × ( 2 × 44 + 1 ) = 29370 . \therefore \textrm{Sum required}=\sum_{r=1}^{44}r^{2}=\frac{1}{6}\times 44\times (44+1)\times (2\times 44+1)= \boxed{29370}.

Hi, what does INT mean? Integer?

Walter Tay - 5 years, 1 month ago

Log in to reply

He means integral part of the number ,i.e,GIF(Greatest Integer Function).

Swayam Prakash Kar - 8 months, 2 weeks ago

Nice solution

Arsan Safeen - 5 years, 11 months ago

Similar to mine Jessica :D

Potsawee Manakul - 5 years, 11 months ago

Let's take n = p 1 q 1 p 2 q 2 . . . n=p_1^{q_1}p_2^{q_2}...

First, we know that the number of divisors of n n is d ( n ) = ( q 1 + 1 ) ( q 2 + 1 ) . . . d(n)=(q_1+1)(q_2+1)... . But if d ( n ) d(n) in odd, that means that each of his factor is odd, so each of the q i q_i is even and n n can be expressed as a perfect square.

We see that : 4 4 2 < 2016 < 4 5 2 44^2 <2016 <45^2 Hence, we have to calculate the sum of all the squares from 1 1 to 44 44 . Let's apply the formula : i = 1 44 i 2 = 44 × ( 44 + 1 ) × ( 2 × 44 + 1 ) 6 = 29370 \displaystyle\sum_{i=1}^{44}i^2=\frac {44\times (44+1)\times (2\times 44+1)}{6}=29370 Hence the solution.

Nice one, thanks.

Umar Ibrahim - 3 years, 11 months ago
Vu Vincent
Jul 1, 2017

Reminded that the formula for the number of distinct positive divisors of the positive integer n = l = 1 j p l k l n=\prod _{ l=1 }^{ j }{ p_l^{k_l} } is:

τ ( n ) = l = 1 j ( k l + 1 ) \tau (n)=\prod _{ l=1 }^{ j }{ (k_l +1)}

We know that τ ( n ) \tau (n) is odd, hence every single product term k l j + 1 k_{l\rightarrow j} +1 is odd. In other words:

k l j + 1 = 2 y l j 1 k_{l\rightarrow j} +1 = 2y_{l \rightarrow j}-1 for some integer y y that describes k k in correspondence

k l j = 2 ( y l j 1 ) \Leftrightarrow k_{l \rightarrow j} = 2(y_{l \rightarrow j}-1)

Now we can plug the according value of k l j k_{l \rightarrow j} into the equation describing n n as the product of primes on certain powers:

n = l = 1 j p l 2 ( y l 1 ) n=\prod _{ l=1 }^{ j }{ p_l^{2(y_l-1)} }

n = ( l = 1 j p l y l 1 ) 2 \Rightarrow n=(\prod _{ l=1 }^{ j }{ p_l^{y_l-1} })^2

This suggests that n n is a perfect square. Therefore, the answer to this problem is to find the sum of all squares that are under or equal to 2016 2016 .

Knowing that 4 4 2 2016 4 5 2 44^2 \le 2016 \le 45^2 , we find the sum:

x = 1 44 x 2 = 44 ( 45 ) ( 89 ) 6 = 29370 \sum_{x=1}^{44}{x^2} = \frac{44(45)(89)}{6} = \boxed{29370}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...