OFFSET
1,2
LINKS
H. U. Besche, B. Eick and E. A. O'Brien, A Millennium Project: Constructing Small Groups, Internat. J. Algebra and Computation, 12 (2002), 623-644.
Gordon Royle, Numbers of Small Groups
MAPLE
with(GroupTheory):
for n from 1 to 300 do if NumGroups(n+1) = NumGroups(n) then print(n); fi; od;
PROG
(GAP) Filtered([1..500], n -> NumberSmallGroups(n) = NumberSmallGroups(n+1));
CROSSREFS
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Jan 28 2018
STATUS
approved