Find all positive $n$ such that $$\sigma{(n)}=n$$ where $\sigma{(n)}$ is the sum-of-divisors function.
We write this equation as following: $$\dfrac{\sigma{(n)}}{n}=\sum_{d|n}\dfrac{1}{d}=1$$ I checked that the number $n=1$ is one solution, but are there others?
Hint: $n$ is a divisor of $n$. What happens if $n$ has any other divisors?