From a paper by Hall, if $n$ is the number of $p$-Sylow subgroups in some finite group $G$ for some prime $p$ dividing $|G|$ then $n$ is a product of numbers of two kinds
- Those numbers which are the number of $p$-Sylows in a simple group
- The set of primes or prime powers congruent to $1 \pmod p$
The latter of these cases is not as particularly interesting as the former. For example, we could always construct a semidirect product $(\mathbb Z_q)^k \rtimes \mathbb Z_p$ Where $q^k = 1 \pmod p$ is some prime power.
The paper also says:
Any odd number may be the number of Sylow 2-subgroups in a finite group. But for every prime p > 2, not every integer n = 1 (mod p) is the n_p of a finite group. In particular Theorem 3.2 shows that there is no finite group with n_3 = 22, n_5 = 21, or n_p = 1 + 3p for p > 7. As with so many questions, the mysterious part as to the possible values for n_p lies in the study of the finite simple groups.
However, assuming no flaws in the classification of finite simple groups, we should be able to derive a full classification of the possible $n_p$'s (the possible values of the number of $p$-Sylows for some finite group). In particular, it appears in most cases, $n_p$ is even, and also highly composite. For example, $A_9$ has $4320=2^5*3^3*5$, 7-Sylow subgroups. The Mathieu group $M_{22}$ has $22176=2^5*3^2*7*11$, 5-Sylow subgroups. Upon further inspetion, it appears the following is true when $n_p$ is odd:
Let $G$ be a simple group.
My Claim: If $p$ is an odd prime dividing $|G|$, and $n_p$ is the number of $p-$Sylows in $G$, then $n_p \text{ is odd} \implies \exists k \text{ } n_p = k(k+1)/2$. (Main conjecture)
Additionally:
- One of $k$ or $k+1$ is a prime power congruent to $\pm1 \pmod p$.
- G = PSL$(2,q)$ for some prime power $q=\pm 1 \pmod p$ ($q=k$ or $k+1$).
For example, it appears that:
PSL$(2,q)$ has $q(q+1)/2$ $\text{ }$ $p-$Sylows if $q=1 \pmod p$
PSL$(2,q)$ has $q(q-1)/2$ $\text{ }$ $p-$Sylows if $q=-1 \pmod p$
(I suspect this is not hard to prove, especially when $p=3$)
I ran a GAP script to iterate over Simple groups and determine the number of $p$-Sylows for each group, (e.g. $p = 3,5,7,11,13, ...$) and didn't find a single counter example.
For example, for simple groups up to order $PSL(2,521) = 70710120$, the $n_p$'s (sorted in order) are $\{10, 28, 52, 55, 70, 82, 91, 136, 160, 190, 244, 253, 280, 325, 406, 496, 703, 730, 820, 880, 910, 946, ...\}$
In order of the sizes of the simple groups they are:
Group: A5
Order: 60
Number of 3-Sylow subgroups: 10
Group: PSL(2,7)
Order: 168
Number of 3-Sylow subgroups: 28
Group: A6
Order: 360
Number of 3-Sylow subgroups: 10
Group: PSL(2,8)
Order: 504
Number of 3-Sylow subgroups: 28
Group: PSL(2,11)
Order: 660
Number of 3-Sylow subgroups: 55
Group: PSL(2,13)
Order: 1092
Number of 3-Sylow subgroups: 91
Group: PSL(2,17)
Order: 2448
Number of 3-Sylow subgroups: 136
Group: A7
Order: 2520
Number of 3-Sylow subgroups: 70
Group: PSL(2,19)
Order: 3420
Number of 3-Sylow subgroups: 190
Group: PSL(2,16)
Order: 4080
Number of 3-Sylow subgroups: 136
Group: PSL(3,3)
Order: 5616
Number of 3-Sylow subgroups: 52
Group: PSU(3,3)
Order: 6048
Number of 3-Sylow subgroups: 28
Group: PSL(2,23)
Order: 6072
Number of 3-Sylow subgroups: 253
Group: PSL(2,25)
Order: 7800
Number of 3-Sylow subgroups: 325
Group: M11
Order: 7920
Number of 3-Sylow subgroups: 55
The first few $n_{p=3}$'s that are odd appear to be:
$\{55,91,253,325,703,1081,1225,1711,1891,2485,2701,3403,4753,5671,5995,7381,8515,...\}$
but these are all triangular numbers.
Similarly, the ones for $p=5$ are
Group: A5
Order: 60
Number of 5-Sylow subgroups: 6
Group: A6
Order: 360
Number of 5-Sylow subgroups: 36
Group: PSL(2,11)
Order: 660
Number of 5-Sylow subgroups: 66
Group: A7
Order: 2520
Number of 5-Sylow subgroups: 126
Group: PSL(2,19)
Order: 3420
Number of 5-Sylow subgroups: 171
Group: PSL(2,16)
Order: 4080
Number of 5-Sylow subgroups: 136
Group: PSL(2,25)
Order: 7800
Number of 5-Sylow subgroups: 26
Group: M11
Order: 7920
Number of 5-Sylow subgroups: 396
We can see the smallest example of an odd $n_{p=5}$ being $171 = (19*18)/2$ where the corresponding subgroup is PSL(2,19).
The next smallest example appears to be PSL(2,41) with $n_{p=5} = 861 = (41*42)/2$ 5-Sylows.
I'm not quite expecting a full answer, but I am wondering if all known Simple groups (particularly the groups of Lie Type) admit a nice classification to the number of corresponding $p$-Sylows. I expect the $n_p$'s for sporadic groups to be "highly composite" (generally). Thanks for any feedback, even if it's not a direct answer!