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!)
A070733 Size of largest conjugacy class in A_n, the alternating group on n symbols. 2
1, 1, 1, 4, 20, 90, 630, 3360, 30240, 226800, 2494800, 23950080, 311351040, 3632428800, 54486432000, 747242496000, 12703122432000, 200074178304000, 3801409387776000, 67580611338240000, 1419192838103040000, 28100018194440192000, 646300418472124416000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
For n > 5, the largest conjugacy class in A_n corresponds to the cycle type (n-2, 2) if n is even, (n-3, 2, 1) if n is odd. - Eric M. Schmidt, Sep 13 2014
LINKS
FORMULA
For n > 5, a(n) = n!/(2(n-2)) if n is even, a(n) = n!/(2(n-3)) if n is odd. - Eric M. Schmidt, Sep 13 2014
PROG
(GAP)
a:=function(n)
local G, CC, SCC, SCC1;
G:=AlternatingGroup(n);
CC:=ConjugacyClasses(G);;
SCC:=List(CC, Size);
return Maximum(SCC);
end;; # W. Edwin Clark, Feb 02 2014
CROSSREFS
Sequence in context: A065180 A229245 A328153 * A166175 A094971 A239650
KEYWORD
nonn,changed
AUTHOR
Sharon Sela (sharonsela(AT)hotmail.com), May 14 2002
EXTENSIONS
More terms from Eric M. Schmidt, Sep 13 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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)