login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138082 Number of conjugacy classes of subgroups of PSL(3,q) as q runs through the prime powers (A246655). 0
15, 51, 95, 140, 137, 206, 428, 315, 284, 7065, 568, 453, 439, 1233, 1560, 887, 571 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(GAP) List(Filtered([2..50], IsPrimePowerInt), q->Length(ConjugacyClassesSubgroups(PSL(3, q)))); # Robin Visser, Aug 10 2023
(Magma) [#Subgroups(PSL(3, q)) : q in [2..50] | IsPrimePower(q)]; // Robin Visser, Aug 10 2023
(Sage) [len(PSL(3, q).conjugacy_classes_subgroups()) for q in range(2, 50) if Integer(q).is_prime_power()] # Robin Visser, Aug 10 2023
CROSSREFS
Sequence in context: A334530 A044117 A044498 * A002602 A098831 A265039
KEYWORD
nonn,more
AUTHOR
John Cannon and N. J. A. Sloane, Dec 06 2009
EXTENSIONS
Corrected by Robin Visser, Aug 10 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:12 EDT 2024. Contains 371769 sequences. (Running on oeis4.)