The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A138077 Index of the largest maximal subgroup of PSL(3,q) as q runs through the prime powers (A000961). 3

%I #42 Apr 05 2022 21:04:08

%S 7,13,21,31,57,73,91,133

%N Index of the largest maximal subgroup of PSL(3,q) as q runs through the prime powers (A000961).

%C First eight entries agree with the ATLAS. - _Eric M. Schmidt_, Apr 21 2013

%C Is this sequence simply A335865 starting with the second term? - _Max Alekseyev_, Apr 04 2022

%o (Sage) def a138077_q(q): G = PSL(3,q); d = G.order(); return d // max(H.order() for H in G.conjugacy_classes_subgroups() if H.order()<d) # _Max Alekseyev_, Apr 05 2022

%Y Cf. A000961, A003807 (order of PSL(3,q)), A335865.

%K nonn,hard,more

%O 1,1

%A _John Cannon_ and _N. J. A. Sloane_, Dec 06 2009

%E a(3) corrected by _Eric M. Schmidt_, Apr 20 2013

%E Unconfirmed terms from a(9) onward removed by _Max Alekseyev_, Apr 05 2022

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 May 17 04:32 EDT 2024. Contains 372579 sequences. (Running on oeis4.)