login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A295990
Numbers n such that there are precisely 4 groups of orders n and n + 1.
8
315, 494, 603, 873, 1070, 1358, 1413, 1525, 1737, 1845, 1898, 1989, 2006, 2145, 2265, 2277, 2485, 2493, 2546, 2690, 2694, 2714, 2782, 3014, 3033, 3069, 3302, 3356, 3357, 3478, 3614, 3681, 3788, 3789, 4065, 4364, 4365, 4490, 4491, 4525, 4634, 4922, 4923, 4965, 5074, 5138, 5228, 5229
OFFSET
1,1
COMMENTS
Equivalently, lower member of consecutive terms of A054396.
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) = 4, A000001(n+1) = 4 }.
EXAMPLE
315 is in the sequence because A000001(315) = A000001(316) = 4, 494 is in the sequence because A000001(494) = A000001(495) = 4 and 2006 is in the sequence because A000001(2006) = A000001(2007) = 4.
PROG
(GAP) #A295990 := Filtered([1..2014], n -> [NumberSmallGroups(n), NumberSmallGroups(n+1)]=[4, 4]);
CROSSREFS
Sequence in context: A076648 A323380 A256575 * A349868 A349937 A076773
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Dec 02 2017
STATUS
approved