Set I Laishram
Set I Laishram
i) 1 · 2 + 2 · 5 + · · · + n(3n − 1) = n2 (n − 1)
n(4n2 − 1)
ii) 12 + 32 + 52 + · · · + (2n − 1)2 = .
3
Q#2 Prove that any finite set of integers has a maximal and a minimal element.
Q#5 Given a set of 2024 integers, show that there is a subset whose sum of elements is divisible by
2024. Generalize it and prove it.
Q#7 i) Let m and n ≥ 1 be integers. Show that there exist unique integers q and r such that
n n
m = nq + r and − < r ≤ .
2 2
ii) Show that every positive integer n can be uniquely represented in the form
n = n0 + 3n1 + 32 n1 + · · · + 3t nt
Q#8 Recall the Unique Factorization Theorem: Every n > 1 can be written uniquely as product of
primes as
n = pa11 pa22 · · · pat t
where p1 < p2 < · · · < pt are primes and ai ≥ 1 for 1 ≤ i ≤ t. For example 100 = 22 · 52 , 125 =
53 , 127 = 127(prime) etc.
(a) A positive integer n is called squarefree if a prime p|n implies p2 |n. Show that every positive
integer can be written uniquely as the product of a square and a squarefree integer.
(b) A powerful number is a positive integer n such that if a prime p divides n, then p2 divides
n. Show that every powerful number can be written as the product of a square and a cube.
Construct examples to show that this representation of powerful numbers is not unique.
(c) For a prime p and a positive integer n, let νp (n) denote the exact power of p dividing n,
i.e., νp (n) is the maximum ` ≥ 0 such that p` |n but p`+1 - n. We have
∞
X n n n
νp (n!) = b ic = b c + b 2c + ···
i=1
p p p
where bxc denotes the greatest integer of a real x. Use this find the number of zeros at the
end of 2024!.
Q#9 Let n ≥ 2. Show that (n + 1)! + k is composite for k = 2, 3, · · · , n + 1. This shows that there
exist arbitrarily long intervals of composite numbers. In particular, find a list of 2024 consecutive
composite numbers.
Problem Set I Page 2 Shanta Laishram
Q#11 Let n be a positive integer, and let S be a subset of n + 1 elements of the set {1, 2, . . . , 2n}.
Show that
Q#12 Let F0 , F1 , F2 , · · · denotes the the Fibonacci sequence given by F0 = 0, F1 = F2 = 1 and satisfying
Fn+2 = Fn+1 + Fn for n ≥ 0. We call Fn the n−th Fibonacci number.
αn − β n
Fn = √ forall n ≥ 0.
5