OFFSET
1,1
COMMENTS
Auxiliary sequence for A128704 which gives the number of groups of order a(n).
LINKS
Klaus Brockhaus, Table of n, a(n) for n=1..10000
EXAMPLE
375 = 5^3*3 is a term.
MATHEMATICA
With[{upto=1000}, Select[Union[Flatten[5^Range[5] #&/@Drop[Prime[ Range[ PrimePi[ Ceiling[upto/5]]]], {3}]]], #<=upto&]] (* Harvey P. Dale, Jul 27 2011 *)
PROG
(Magma) [ n: n in [1..910] | #t eq 2 and ((t[1, 1] lt 5 and t[1, 2] eq 1 and t[2, 1] eq 5 and t[2, 2] le 5) or (t[1, 1] eq 5 and t[1, 2] le 5 and t[2, 2] eq 1)) where t is Factorization(n) ];
CROSSREFS
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Mar 26 2007
STATUS
approved