login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A316498
Number of normal subgroups of the special linear group SL(2, Z_n).
1
1, 3, 4, 7, 3, 13, 3, 15, 6, 10, 3, 32, 3, 10, 13, 26, 3, 20, 3, 25, 13, 10, 3, 75, 5, 10, 8, 25, 3, 48, 3, 37, 13, 10, 10, 50, 3, 10, 13, 60, 3, 48, 3, 25, 20, 10, 3, 135, 5, 17, 13, 25, 3, 27, 10, 60, 13, 10, 3, 127, 3, 10, 20, 48, 10, 48, 3, 25, 13, 38
OFFSET
1,2
PROG
(GAP) Concatenation([1], List([2..20], n->Size(NormalSubgroups(SL(2, Integers mod n)))));
CROSSREFS
Sequence in context: A082089 A089961 A359954 * A200681 A161775 A282535
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jul 04 2018
STATUS
approved