The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295230 Numbers n such that there are precisely 2 groups of orders n and n + 1. 9
9, 21, 25, 38, 45, 57, 93, 105, 121, 165, 194, 201, 202, 205, 206, 218, 253, 261, 301, 325, 326, 357, 361, 381, 385, 422, 453, 477, 482, 538, 542, 554, 614, 626, 633, 662, 746, 758, 765, 801, 841, 861, 897, 921, 925, 934, 1005, 1017, 1045, 1046, 1081, 1094, 1113, 1126, 1137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, lower member of consecutive terms of A054395.
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) = 2, A000001(n+1) = 2 }.
EXAMPLE
9 is in the sequence because A000001(9) = A000001(10) = 2, 21 is in the sequence because A000001(21) = A000001(22) = 2 and 325 is in the sequence because A000001(325) = A000001(326) = 2. - Muniru A Asiru, Dec 02 2017
MATHEMATICA
Select[Range[1200], FiniteGroupCount[#] == 2 && FiniteGroupCount[# + 1] == 2 &] (* Jean-François Alcover, Dec 08 2017 *)
SequencePosition[FiniteGroupCount[Range[1200]], {2, 2}][[;; , 1]] (* Harvey P. Dale, Aug 18 2023 *)
PROG
(GAP) A295230 := Filtered([1..2014], n -> [NumberSmallGroups(n), NumberSmallGroups(n+1)]=[2, 2]);
CROSSREFS
Sequence in context: A369661 A340482 A324722 * A273202 A338909 A173456
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Nov 18 2017
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 June 2 09:29 EDT 2024. Contains 373033 sequences. (Running on oeis4.)