Sunday, 18 July 2021

Call a positive integer \(n\) \(k\)-pretty if \(n\) has exactly \(k\) positive divisors and \(n\) is divisible by \(k\). For example, \(18\) is \(6\)-pretty. Let \(S\) be the sum of positive integers less than \(2019\) that are \(20\)-pretty. Find \(\tfrac{S}{20}\).

2 comments:

Define \(f: \mathbb{R} \rightarrow \mathbb{R}\) by \[f(x)= \begin{cases}(1-\cos x) \sin \left(\frac{1}{x}\right), & x \neq 0 \\ 0, ...