Taking a look at the total solutions and unique solutions to the n-Queens Problem posted here (How many solutions are there to an $n$ by $n$ queens problem?) I realized that the ratio between the total number of solutions and the number of unique solutions converges fast to $8$ as $n$ grows... why? Does it have to do with the existence of three axis of simmetries (lines, columns, and diagonals)?
Thanks in advance!
I found that in the OEIS Sequence for the unique solutions to the n-Queens Problem described in the link of the OP, the formula to obtain the unique solutions is precisely (I copy from OEIS):
As $Q(n)$ grows much faster than $P(n)$ and $R(n)$, convergence of $\frac{Q(n)}{a(n)}$ to $8$ is explained. The factor $\frac{1}{8}$ in the formula for $a(n)$ has been already explained by @WillJagy in the comments to the OP, pointing out that the symmetry group of the square has eight elements.