OFFSET
1,1
COMMENTS
Auxiliary sequence for A128706 which gives the number of groups of order a(n).
LINKS
Klaus Brockhaus, Table of n, a(n) for n=1..10000
EXAMPLE
931 = 7^2*19 is a term.
PROG
(Magma) [ n: n in [1..1300] | #t eq 2 and ((t[1, 1] lt 7 and t[1, 2] eq 1 and t[2, 1] eq 7 and t[2, 2] le 4) or (t[1, 1] eq 7 and t[1, 2] le 4 and t[2, 2] eq 1)) where t is Factorization(n) ];
CROSSREFS
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Mar 26 2007
STATUS
approved