OFFSET
1,1
COMMENTS
It seems fairly certain that 1 is the only group-perfect number and that almost all numbers are group-deficient. However, all that is known at present is that all squarefree numbers except 1 are group-deficient.
LINKS
Alex Meiburg, Table of n, a(n) for n = 1..178
J. H. Conway, Heiko Dietrich and E. A. O'Brien, Counting groups: gnus, moas and other exotica.
EXAMPLE
32 is in the sequence because A000001(32) = 51 > 32, 48 is in the sequence because A000001(48) = 52 > 48 and since the exact number of groups of order 2048 that have exponent-2 class 2 is 1774274116992170 then 2048 is in the sequence because A000001(2048) > 1774274116992170 > 2048. - Muniru A Asiru, Nov 26 2017
PROG
(GAP) A090052 := Filtered([1..2015], n -> NumberSmallGroups(n) > n); # Muniru A Asiru, Nov 30 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
J. H. Conway, Jan 21 2004
EXTENSIONS
1944, 2016, and 2048 added by Eric M. Schmidt, Aug 02 2012
a(49)-a(52) from Muniru A Asiru, Nov 26 2017
a(53)-a(178) from Alex Meiburg, Dec 30 2017, partially using https://github.com/olexandr-konovalov/gnu/
STATUS
approved