OFFSET
1,1
COMMENTS
Number of groups whose order is of form 2^k*p, where 1 <= k <= 8 and p is a prime > 2.
The groups of these orders (up to A128691(112490698) = 2147483636 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..360] | #t eq 2 and t[1, 1] eq 2 and t[1, 2] le 8 and t[2, 2] eq 1 where t is Factorization(h) ] ];
CROSSREFS
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Mar 21 2007
STATUS
approved