[go: up one dir, main page]

login
Revision History for A277566 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Irregular table by rows: Orders of subgroups of the symmetric group S_n.
(history; published version)
#35 by N. J. A. Sloane at Tue Nov 29 10:55:13 EST 2016
STATUS

editing

approved

#34 by N. J. A. Sloane at Tue Nov 29 10:55:11 EST 2016
CROSSREFS

See A243748 for a closely related sequence.

STATUS

approved

editing

#33 by Charles R Greathouse IV at Mon Nov 28 14:38:50 EST 2016
STATUS

editing

approved

#32 by Charles R Greathouse IV at Mon Nov 28 14:38:39 EST 2016
LINKS

Charles R Greathouse IV, <a href="/A277566/b277566.txt">Rows n = 1..12 of table, flattened</a>

STATUS

approved

editing

#31 by N. J. A. Sloane at Mon Nov 28 13:01:44 EST 2016
STATUS

editing

approved

#30 by N. J. A. Sloane at Mon Nov 28 13:01:42 EST 2016
LINKS

Götz Pfeiffer, <a href="http://schmidt.nuigalway.ie/subgroups">Numbers of subgroups of various families of groups</a>

STATUS

approved

editing

#29 by Bruno Berselli at Mon Nov 28 04:07:31 EST 2016
STATUS

reviewed

approved

#28 by Joerg Arndt at Mon Nov 28 03:38:57 EST 2016
STATUS

proposed

reviewed

#27 by Charles R Greathouse IV at Mon Nov 28 00:43:35 EST 2016
STATUS

editing

proposed

Discussion
Mon Nov 28
03:38
Joerg Arndt: Another case of "surprisingly this one was missing in the OEIS".
#26 by Charles R Greathouse IV at Mon Nov 28 00:43:28 EST 2016
NAME

allocated for Charles R Greathouse IVIrregular table by rows: Orders of subgroups of the symmetric group S_n.

DATA

1, 1, 2, 1, 2, 3, 6, 1, 2, 3, 4, 6, 8, 12, 24, 1, 2, 3, 4, 5, 6, 8, 10, 12, 20, 24, 60, 120, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 16, 18, 20, 24, 36, 48, 60, 72, 120, 360, 720, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 21, 24, 36, 40, 42, 48, 60, 72, 120, 144, 168, 240, 360, 720, 2520, 5040, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 30, 32, 36, 40, 42, 48, 56, 60, 64, 72, 96, 120, 128, 144, 168, 180, 192, 240, 288, 336, 360, 384, 576, 720, 1152, 1344, 1440, 2520, 5040, 20160, 40320

OFFSET

1,3

COMMENTS

Each row begins with 1 (the order of the trivial group) and ends with n! (the order of S_n itself).

EXAMPLE

1;

1, 2;

1, 2, 3, 6;

1, 2, 3, 4, 6, 8, 12, 24;

1, 2, 3, 4, 5, 6, 8, 10, 12, 20, 24, 60, 120;

1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 16, 18, 20, 24, 36, 48, 60, 72, 120, 360, 720;

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 21, 24, 36, 40, 42, 48, 60, 72, 120, 144, 168, 240, 360, 720, 2520, 5040;

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 30, 32, 36, 40, 42, 48, 56, 60, 64, 72, 96, 120, 128, 144, 168, 180, 192, 240, 288, 336, 360, 384, 576, 720, 1152, 1344, 1440, 2520, 5040, 20160, 40320;

PROG

(GAP) LoadPackage("sonata");

a := function(n)

return Length(Unique(Apply(Subgroups(SymmetricGroup(n)), Size)));

end;; # Charles R Greathouse IV, Nov 28 2016

CROSSREFS

Row lengths are given by A218913.

KEYWORD

allocated

nonn,tabf

AUTHOR
STATUS

approved

editing