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.
%I A249552 #55 May 13 2023 23:50:39 %S A249552 308,532,644,836,868,1316,1364,1652,1748,1815,1876,1892,2068,2212, %T A249552 2324,2356,2596,2852,2884,2996,3124,3268,3476,3572,3652,3668,3892, %U A249552 3956,4228,4263,4484,4532,4564,4676,4708,5012,5092,5332,5348,5396,5428,5572,5588,5764,5828,6004,6116,6164,6244,6308,6356,6532 %N A249552 Numbers m such that there are precisely 9 groups of order m. %H A249552 Muniru A Asiru and Jorge R. F. F. Lopes, <a href="/A249552/b249552.txt">Table of n, a(n) for n = 1..456</a> %H A249552 Max Horn, <a href="https://groups.quendi.de/">Numbers of isomorphism types of finite groups of given order</a> %H A249552 <a href="/index/Gre#groups">Index entries for sequences related to groups</a> %p A249552 select(t -> GroupTheory:-NumAbelianGroups(t) <= 9 and GroupTheory:-NumGroups(t) = 9, [$1..10000]); # _Robert Israel_, Mar 26 2018 %o A249552 (GAP) A249552:=Filtered([1..2015],n->NumberSmallGroups(n)=9); # _Muniru A Asiru_, Nov 17 2017 %Y A249552 Cf. A000001. Cyclic numbers A003277. Numbers m such that there are precisely k groups of order m: A054395 (k=2), A055561 (k=3), A054396 (k=4), A054397 (k=5), A135850 (k=6), A249550 (k=7), A249551 (k=8), this sequence (k=9), A249553 (k=10), A249554 (k=11), A249555 (k=12), A292896 (k=13), A294155 (k=14), A294156 (k=15), A295161 (k=16), A294949 (k=17), A298909 (k=18), A298910 (k=19), A298911 (k=20). %K A249552 nonn %O A249552 1,1 %A A249552 _N. J. A. Sloane_, Nov 01 2014 %E A249552 a(13)-a(16) from _Muniru A Asiru_, Oct 21 2017 %E A249552 More terms from _Muniru A Asiru_, Oct 23 2017 %E A249552 More terms from _Muniru A Asiru_, Nov 17 2017 %E A249552 Incorrect b-file shortened by _Jorge R. F. F. Lopes_, Jan 07 2022