OFFSET
1,1
COMMENTS
For a communtative unital ring R, PSL_n(R), the projective special linear group of order n over R, is defined as SL_n(R)/{r*I_n: r^n = 1}. This is related to PGL_n(R), the projective general linear group of order n over R, which is defined as GL_n(R)/{r*I_n: r is a unit of R}.
Note that a(3) = a(4) = 60 refer to the same group (PSL(2,4) = PSL(2,5) = Alt(5)). Also PSL(2,9) = Alt(6).
LINKS
Jianing Song, Table of n, a(n) for n = 1..10000
Groupprops, Projective special linear group
FORMULA
|PSL(2,q)| = q*(q^2-1)/2 if q is odd, q*(q^2-1) otherwise.
|PSL(2,q)| = |PGL(2,q)|/gcd(2,q-1) = |SL(2,q)|/gcd(2,q-1).
In general, |PSL(n,q)| = |PGL(n,q)|/gcd(n,q-1) = |SL(n,q)|/gcd(n,q-1).
EXAMPLE
PROG
(PARI) [(q+1)*q*(q-1)/gcd(2, q-1) | q <- [1..200], isprimepower(q)]
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Apr 04 2022
STATUS
approved