OFFSET
1,1
COMMENTS
Number of groups for orders of form 3^k*p, where 1 <= k <= 6 and p is a prime different from 3.
The groups of these orders (up to A128693(84005521) = 3221225379 in version V2.13-4) form a class contained in the Small Groups Library of MAGMA.
LINKS
Klaus Brockhaus, Table of n, a(n) for n=1..10000
MAGMA Documentation, Database of Small Groups
PROG
(Magma) D:=SmallGroupDatabase(); [ NumberOfSmallGroups(D, n): n in [ h: h in [1..910] | #t eq 2 and ((t[1, 1] eq 2 and t[1, 2] eq 1 and t[2, 1] eq 3 and t[2, 2] le 6) or (t[1, 1] eq 3 and t[1, 2] le 6 and t[2, 2] eq 1)) where t is Factorization(h) ] ];
CROSSREFS
Cf. A000001 (number of groups of order n), A128693 (numbers of form 3^k*p, 1<=k<=6, p!=3 prime), A128604 (number of groups for orders that divide p^6, p prime), A128644 (number of groups for orders that have at most 3 prime factors), A128645 (number of groups for orders of form 2^k*p, 1<=k<=8 and p>2 prime).
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Mar 26 2007
STATUS
approved