I checked the odd numbers upto $10\ 000$ , whether they are group-perfect ($gnu(n)=n$ , where $gnu(n)$ is the number of groups of order $n$), and the only case I could not decide is
$$9261=3^3\times 7^3$$
What is $gnu(9261)=gnu(3^3\times 7^3)$ ?
I would already be content with a proof of $gnu(9261)<9261$, which is my conjecture because $gnu(3087)=46$ is small and $9261=3\times 3087$.
CORRECTION: There are $215$ groups of order 9261 (by the same methods as used for previous questions).
As was pointed out by @James the
ConstrucctAllGroupsmay return lists that are not yet isomorphism tested.In this case there is one list, and a hard isomorphism test distinguishes the two groups.