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!)
A235388 Number of groups of order 2n generated by involutions. 3
1, 1, 1, 2, 1, 1, 1, 4, 2, 1, 1, 4, 1, 1, 1, 12, 1, 3, 1, 3, 1, 1, 1, 11, 2, 1, 4, 3, 1, 3, 1, 49, 1, 1, 1, 12, 1, 1, 1, 9, 1, 2, 1, 3, 2, 1, 1, 46, 2, 3, 1, 3, 1, 8, 1, 9, 1, 1, 1, 10, 1, 1, 2, 359, 1, 2, 1, 3, 1, 2, 1, 40, 1, 1, 3, 3, 1, 2, 1, 38, 11, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) >= A104404(n). This can be proved using the characterization in A104404. Given an Abelian group G, the semidirect product G : <h>, where h^2 = 1 and hgh = g^(-1) for any g in G, is generated by involutions. There is also a semidirect product Q8 : C2 generated by involutions. So an involution-generated group G : C2 exists for any finite group G that has all subgroups normal, and it can be shown that they are all nonisomorphic.
LINKS
PROG
(GAP)
IsInvolutionGenerated := G -> Group(Filtered(G, g->g^2=Identity(G)))=G;
A235388 := function(n) local i, count; count := 0; for i in [1..NrSmallGroups(2*n)] do if IsInvolutionGenerated(SmallGroup(2*n, i)) then count := count + 1; fi; od; return count; end;
CROSSREFS
Sequence in context: A162510 A292589 A297404 * A294897 A252733 A181876
KEYWORD
nonn
AUTHOR
Eric M. Schmidt, Jan 08 2014
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 August 13 02:28 EDT 2024. Contains 375113 sequences. (Running on oeis4.)