(Answer: Only $N = 4$ and $N = 16$.)
The following question arose in a course for pre-service and in-service elementary school teachers:
For what $N \in \mathbb{N}$ is it the case that the number of $N$'s factors is $1 + \sqrt{N}$?
The initial observations were that this holds for $N = 4$ and $N = 16$, with $1 + \sqrt{4} = 3$ and $1 + \sqrt{16} = 5$ factors, respectively. (The factors of $4: 1, 2, 4$; the factors of $16: 1, 2, 4, 8, 16$.)
Noting $\sqrt{N} \in \mathbb{N}$ requires all primes in the prime factorization of $N$ to be raised to even powers, I tried a few individual cases using the standard technique for enumerating the number of factors.
For example:
If we have a prime squared $N = p^2$, then the number of factors is $2+1 = 3$.
Moreover, $1 + \sqrt{N} = 1 + p$. We now seek a prime $p$ for which $1 + p = 3$; so $p=2$ is the unique solution. In a similar vein, consider $p^4$ has $4+1 = 5$ factors, and square root $p^2$; so we need a prime $p$ for which $1+p^2 = 5$. Again $p = 2$ works, so we recover the aforementioned cases $4$ and $16$ that were initially found by just exploring.
I checked a few more examples, but did not find any other $N$ that worked.
An example that did not work: Consider the product of distinct primes squared $N = p^2 q^2$. Then the number of factors is $(2+1)(2+1) = 9$, and $1 + \sqrt{N} = 1 + pq$. We now seek distinct primes $p$ and $q$ for which we have $1 + pq = 9$, i.e., $pq = 8$; but no such primes exist, since $8 = 2^3$. So there is no admissible $N$ with this multiplicative structure.
One can work out other, individual examples with reasonable celerity: $p^2 q^4$ has $15$ factors, and equating this to one plus its square root gives $pq^2 = 14$; again, no distinct primes $p$ and $q$ exist to satisfy this condition, since $14 = 2 \cdot 7$.
I imagine there is a reasonably short (and totally elementary - even if not in the sense of "elementary school") approach to this problem in generality. I expect that there are no solutions other than $4$ and $16$, but do not see a quick way to argue as much.
For the sake of clarity, here is the question stated again:
For what $N \in \mathbb{N}$ is it the case that the number of $N$'s factors is $1 + \sqrt{N}$?
If $N = \prod_j p_j^{d_j}$ is the prime factorization of $N$, its number of divisors $\tau(N)$ is $\prod_j (1 + d_j)$. You want $\sqrt{N}$ to be an integer, so all $d_j \ge 2$ are even. The minimum value of $p^{d/2}/(1+d)$ for primes $p$ and even positive integers $d$ is $2/3$ at $p = 2$, $d = 2$. The only other cases where $p^{d/2}/(1+d) \le 3/2$ are $p=2, d=4$ or $6$ and $p=3, d=2$, where $p^{d/2}/(1+d) = 4/5, 8/7, 1$ respectively. So in order to have a chance for $\sqrt{N}$ to be less than the number of divisors, the exponent of $2$ must be either $2$ or $4$, there can be a $3^2$, but no other primes and no higher powers. That is, the only squares where $\tau(N) > \sqrt{N}$ are $4, 16, 36, 144$. These have $\tau(N) - \sqrt{N} = 1, 1, 3, 3$ respectively.