A298427 Numbers n such that there are precisely 9 groups of orders n and n + 1.
38227, 113476, 155827, 269444, 336931, 411747
Offset: 1
Examples
For n = 38227, A000001(38227) = A000001(38228) = 9. For n = 113476, A000001(113476) = A000001(113477) = 9. For n = 155827, A000001(155827) = A000001(155828) = 9.
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
- Index entries for sequences related to groups
Crossrefs
Programs
-
Maple
with(GroupTheory): for n from 1 to 10^6 do if [NumGroups(n), NumGroups(n+1)] = [9, 9] then print(n); fi; od;
Comments