OMC Number Theory Lecture
OMC Number Theory Lecture
Shresth Suraiya
June 2023
1 Introduction
Hey folks! This is Shresth Suraiya. In this class, we will be discussing a few
concepts and problems in Number Theory. Enjoy Solving!
2 Introductory Problems
Problem 2.1 (APMO). Determine all positive integers n for which
n2 + 1
√ 2
[ n] + 2
is an integer. Here [r] denotes the greatest integer less than or equal to r.
Problem 2.2 (Balkan MO). Find all ordered pairs of positive integers (x, y)
such that:
x3 + y 3 = x2 + 42xy + y 2
3 Intermediate Problems
Problem 3.1 (All-Russia MO). Given are positive integers a, b satisfying a ≥
2b. Does there exist a polynomial P (x) of degree at least 1 with coefficients
from the set {0, 1, 2, . . . , b − 1} such that P (b) | P (a)?
Problem 3.2 (China TST). Let a1 , a2 , · · · , an be a permutation of 1, 2, · · · , n.
Among all possible permutations, find the minimum of
n
X
min{ai , 2i − 1}.
i=1
4 Advanced Problems
Problem 4.1 (China TST). For positive integer k > 1, let f (k) be the number
of ways of factoring k into product of positive integers greater than 1. The order
1
of factors are not considered. For example f (12) = 4, as 12 can be factored in
these 4 ways: 12, 2 · 6, 3 · 4, 2 · 2 · 3.
Prove that if n > 1, and p is a prime dividing n, then f (n) ≤ np
Problem 4.2. Let N denote the set of all positive integers.
Let ⟨an ⟩n≥0 , ⟨bn ⟩n≥0 be two sequences of positive integers such that
a1 = 1, bn = an + n,
for all positive integers n. Find all ordered pairs (a, b) for which each term of
⟨xn ⟩n≥0 is an integer.
5 Solutions
5.1 Introductory Problems
APMO 2013 P2 We show that there are no such n.
√
Let [ n] = k. Then, n = k 2 + l where 0 ≤ l ≤ 2k =⇒ n2 = k 4 + 2k 2 l + l2
Then, (k 2 + 2) | (k 4 + 2k 2 l + l2 + 1) =⇒ (k 2 + 2) | (l2 − 4l + 5)
=⇒ 1 + (l − 2)2 = m(k 2 + 2)
2
5.2 Intermediate Problems
ARMO 2023 Grade 10, P3 The answer is YES for b ≥ 2. For b = 1, the polynomial is constant.
Write a − b in base-b representation. We have