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!)
A282673 The number of groups of order n that are not Lagrangian. 0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,36
COMMENTS
A group of order n is Lagrangian if it has a subgroup of order d for each divisor d of n.
LINKS
PROG
(GAP)
a:=function(n)
local i, N, G, m;
N:=NumberSmallGroups(n);
m:=0;
for i in [1..N] do
G:=SmallGroup(n, i);
if Set(List(ConjugacyClassesSubgroups( G ), t->Size(Representative(t)))<>DivisorsInt(n)
then m:=m+1; fi;
od;
return m;
end;;
CROSSREFS
Sequence in context: A335453 A061853 A010104 * A327159 A280051 A030121
KEYWORD
nonn
AUTHOR
W. Edwin Clark, Feb 20 2017
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)