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!)
A145437 a(n) = number of elements of order n in simple group Alt(12) of order 239500800. 1
1, 63855, 776600, 3825360, 4809024, 25530120, 570240, 29937600, 26611200, 25945920, 43545600, 21621600, 0, 8553600, 6652800, 0, 0, 0, 0, 11975040, 11404800, 0, 0, 0, 0, 0, 0, 0, 0, 3991680, 0, 0, 0, 0, 13685760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Magma) t1:=[0 : n in [1..240]];
G:=Alt(12);
t2:=Classes(G);
for c in t2 do
t1[c[1]] := t1[c[1]] + c[2];
end for;
t1;
CROSSREFS
A row of A057740. Cf. A031963.
Sequence in context: A325150 A072693 A119276 * A236873 A236608 A214758
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, Apr 06 2009
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)