login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145665 a(n) = number of elements of order n in simple group M_11 of order 7920. 0
1, 165, 440, 990, 1584, 1320, 0, 1980, 0, 0, 1440 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

ATLAS, Mathieu group M11

PROG

/* Mathieu group M11 presented on its standard generators. */

G<x, y>:=Group<x, y|

x^2,

y^4,

(x*y)^11,

(x*y^2)^6,

x*y*x*y*x*y^-1*x*y*x*y^2*x*y^-1*x*y*x*y^-1*x*y^-1

>;

H:= sub< G | x>;

Order(G); /* 7920 */

f, L := CosetAction(G, H);

order(L); /* 7920 */

t2:=Classes(L);

t1:=[0 : n in [1..240]];

for c in t2 do t1[c[1]] := t1[c[1]] + c[2]; end for;

t1;

CROSSREFS

Sequence in context: A083255 A176877 A029563 * A135806 A157090 A124409

Adjacent sequences:  A145662 A145663 A145664 * A145666 A145667 A145668

KEYWORD

nonn,fini,full

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 06 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.