|
Search: id:A098886
|
|
|
| A098886 |
|
Number of nonisomorphic groups with prime power order p^m, m>1. |
|
+0 2
|
|
| 1, 2, 5, 2, 14, 2, 5, 51, 2, 267, 15, 2, 5, 2328, 2, 67, 56092, 2, 5, 2, 10494213, 2, 15, 504, 2, 2, 49487365422, 5, 2, 2, 2
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
H.-U.Besche, Number of isomorphism types of finite groups of given order
|
|
FORMULA
|
a(n)=A000001(A025475(n)).
|
|
PROGRAM
|
(MAGMA) /* Program returns -1 for an order o if the groups of that order are not contained in the Small Groups Library */ D := SmallGroupDatabase(); S := []; for o in [1..2047] do if (o eq 1 or IsPrimePower(o)) and not IsPrime(o) then if IsInSmallGroupDatabase(D, o) then a := numberOfSmallGroups(D, o); else a := -1; end if; Append(~S, a); end if; end for; S; /* Klaus Brockhaus, Mar 15 2007 */
|
|
CROSSREFS
|
Cf. A000001, A025475, A098885, A128604.
Sequence in context: A119764 A085020 A102469 this_sequence A089120 A019295 A055385
Adjacent sequences: A098883 A098884 A098885 this_sequence A098887 A098888 A098889
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Lekraj Beedassy (blekraj(AT)yahoo.com), Oct 14 2004
|
|
EXTENSIONS
|
a(30) corrected by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 15 2007
|
|
|
Search completed in 0.002 seconds
|