Problem

Source: Brazilian TST 1 P3 Cono Sur/OMCPLP 2024

Tags: number theory, Divisors, Sigma function, tau function, ceiling function



Given a positive integer $n$, define $\tau(n)$ as the number of positive divisors of $n$ and $\sigma(n)$ as the sum of those divisors. For example, $\tau(12) = 6$ and $\sigma(12) = 28$. Find all positive integers $n$ that satisfy: \[ \sigma(n) = \tau(n) \cdot \lceil \sqrt{n} \rceil \]