Prelude to 2021

The n n th polygonal number P ( s , n ) P(s,n) is a number that can be represented as dots or pebbles arranged in the shape of a s s -sided regular polygon, for some integer s 3 s \geq 3 . Let a a be one of the many polygonal numbers, which satisfies: min b prime ( a + b ) ( a b ) = 2021 \min\limits_{b\text{ prime}} (a+b)(a-b)=2021 If S S is the sum of all possible values of s s that satisfy the given conditions of a a ; Φ ( S ) \Phi(S) is the Euler totient function of S S ; and i i and j j are consecutive primes, then find the value of: i , j S + Φ ( S ) + Φ ( S ) i + j \sum_{i,j \leq S+\Phi(S)+\sqrt{\Phi(S)}} i+j Acknowledgements: Credits to my friends John Thomas Chuatak and Nathanael Joshua Balete for contributing to the problem formulation.


The answer is 2021.

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.

1 solution

Louie Dy
Dec 30, 2020

Observe the following structure of polygonal numbers P ( s , n ) P(s,n) :

Source: http://i1.wp.com/mathandmultimedia.com/wp-content/uploads/2012/08/polygonal-numbers.png

The n n th s s -gonal number can be represented as a "polygon" with side length n n , a single dot at one corner (red), s 1 s-1 "sticks" of length n 1 n-1 (blue), and s 2 s-2 "triangles" of dimension n 2 n-2 (yellow), where each triangle represents a triangular number.

Each triangular number of dimension n 2 n-2 is the sum of the first n 2 n-2 positive integers. Hence:

1 + 2 + 3 + + n 2 = 1 2 ( n 2 ) ( n 1 ) 1+2+3+\dots+n-2=\frac{1}{2}(n-2)(n-1)

Therefore,

P ( s , n ) = 1 + N s t i c k s + N t r i a n g l e s = 1 + ( s 1 ) ( n 1 ) + ( s 2 ) [ 1 2 ( n 2 ) ( n 1 ) ] = ( s 2 ) n 2 ( s 4 ) n 2 P(s,n)=1+N_{sticks}+N_{triangles}=1+(s-1)(n-1)+(s-2)\left[\frac{1}{2}(n-2)(n-1)\right]=\frac{(s-2)n^2-(s-4)n}{2}

Since min b prime ( a + b ) ( a b ) = 2021 \min\limits_{b\text{ prime}} (a+b)(a-b)=2021 and a = P ( s , n ) Z + a=P(s,n) \in \mathbb{Z}^+ , then:

( a + b ) ( a b ) 2021 (a+b)(a-b) \geq 2021

a 2 b 2 + 2021 a^2 \geq b^2 + 2021

a b 2 + 2021 > b > 0 a \geq \sqrt{b^2 + 2021} > b > 0

Therefore, a + b > a b Z + a+b > a-b \in \mathbb{Z}^+ . We then convenient notice that 2021 = 43 × 47 = 2021 × 1 2021 = 43 \times 47 = 2021 \times 1 :

a + b = 47 a+b = 47 a b = 43 a-b = 43 ( a , b ) = ( 45 , 2 ) (a,b) = (45,2)

a + b = 2021 a+b = 2021 a b = 1 a-b = 1 ( a , b ) = ( 1011 , 1000 ) (a,b) = (1011,1000)

...in which the latter does not satisfy the condition of b b being prime. Note as well that since a distinct solution exists that satisfies the given conditions, there can no longer be any other solution for ( a , b ) (a,b) .

We then look at the possible values of s s and n n and yield the following solutions: P ( 3 , 9 ) P(3,9) , P ( 6 , 5 ) P(6,5) , P ( 16 , 3 ) P(16,3) , P ( 45 , 2 ) P(45,2) .

Therefore,

S = 3 + 6 + 16 + 45 = 70 S = 3+6+16+45 = 70 Φ ( S ) = 70 ( 1 1 2 ) ( 1 1 5 ) ( 1 1 7 ) = 24 \Phi(S) = 70 \left(1-\frac{1}{2}\right) \left(1-\frac{1}{5}\right) \left(1-\frac{1}{7}\right) = 24 S + Φ ( S ) + Φ ( S ) = 98.899 S+\Phi(S)+\sqrt{\Phi(S)} = 98.899\dots

i , j S + Φ ( S ) + Φ ( S ) i + j = i , j 98.899 i + j = ( 2 + 3 ) + ( 3 + 5 ) + + ( 83 + 89 ) + ( 89 + 97 ) = 2021 \sum_{i,j \leq S+\Phi(S)+\sqrt{\Phi(S)}} i+j = \sum_{i,j \leq 98.899\dots} i+j = (2+3)+(3+5)+\dots+(83+89)+(89+97)\\ = \boxed{2021}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...