login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A298912 Numbers n such that the number of groups of order n equals the number of groups of order n + 1. 0
1, 2, 9, 21, 25, 38, 45, 57, 93, 105, 121, 165, 194, 201, 202, 205, 206, 218, 253, 261, 301, 315, 325, 326, 357, 361, 381, 385, 422, 453, 477, 482, 494, 506, 538, 542, 554, 603, 614, 626, 633, 662, 746, 758, 765, 801, 841, 861, 873, 897, 921, 925, 934, 1005, 1017 (list; graph; refs; listen; history; text; internal format)
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.
FORMULA
Sequence is { n | A000001(n+1) = A000001(n) }.
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
Cf. A000001. Numbers n having precisely k groups of orders n and n + 1: A295230 (k=2), A295990 (k=4), A295991 (k=5), A295992 (k=6), A295993 (k=8), A298427 (k=9), A (k=10), A295994 (k=11), A295995 (k=15).
Sequence in context: A041285 A002888 A041963 * A368187 A005476 A316430
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Jan 28 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 14 21:48 EDT 2024. Contains 375929 sequences. (Running on oeis4.)