OFFSET
1,1
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
EXAMPLE
MAPLE
with(GroupTheory): with(numtheory):
for n from 1 to 10^4 do if [NumGroups(n), NumGroups(n+1)]=[2, 3] then print(n); fi; od;
CROSSREFS
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Dec 03 2017
STATUS
approved