cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A295992 Numbers k such that there are precisely 6 groups of orders k and k + 1.

This page as a plain text file.
%I A295992 #13 May 24 2019 16:39:26
%S A295992 506,4718,6909,32474,32585,39225,46598,47937
%N A295992 Numbers k such that there are precisely 6 groups of orders k and k + 1.
%C A295992 Equivalently, lower member of consecutive terms of A135850.
%C A295992 Other terms in this sequence are: 51009, 75525, 86174, 95109, 96837, 118202, 123057, 126825, 134210, 139209, 143142, 148910, 157322, 169197, 218517, 249710, 261674, 262274, 271778, 273825, 297609, 300909, 310497, 379274, 391910, 449709, 501105, 511574, 526274, 538425, 552146, 559041, 570506, 582658, 588146, 589910, 596210, 629210, 639302, 648654, 650274, 653174, 658574, 658734, 668210, 668409, 680225, 697454, 742274, 753909, 768009, 810122, 823305, 847310, 854510, 870110, 891225, 928010, 935325, 952574, 960621, 964725, 978873, 981573, 983025.  There are probably others in this range. - _Robert Price_, May 23 2019
%H A295992 H. U. Besche, B. Eick and E. A. O'Brien. <a href="http://dx.doi.org/10.1142/S0218196702001115">A Millennium Project: Constructing Small Groups</a>, Internat. J. Algebra and Computation, 12 (2002), 623-644.
%H A295992 Gordon Royle, <a href="http://staffhome.ecm.uwa.edu.au/~00013890/remote/cubcay/">Numbers of Small Groups</a>
%H A295992 <a href="/index/Gre#groups">Index entries for sequences related to groups</a>
%F A295992 Sequence is { n | A000001(n) = 6, A000001(n+1) = 6 }.
%e A295992 506 is in the sequence because A000001(506) = A000001(507) = 6, 4718 is in the sequence because A000001(4718) = A000001(4719) = 6 and 32585 is in the sequence because A000001(32585) = A000001(32586) = 6.
%t A295992 Select[Range[10^6], (FiniteGroupCount[#] == 6 && FiniteGroupCount[# + 1] == 6) &] (* Due to a limit in Mathematica, some numbers >2047 cannot be evaluated. *) (* _Robert Price_, May 23 2019 *)
%Y A295992 Cf. A000001, A135850.
%K A295992 nonn,more
%O A295992 1,1
%A A295992 _Muniru A Asiru_, Dec 02 2017