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!)
A249555 Numbers m such that there are precisely 12 groups of order m. 21
88, 152, 184, 196, 204, 210, 248, 330, 344, 348, 376, 390, 462, 472, 484, 492, 536, 568, 570, 632, 636, 664, 714, 770, 824, 856, 858, 966, 1016, 1048, 1068, 1110, 1112, 1208, 1212, 1230, 1254, 1290, 1304, 1326, 1336, 1356, 1430, 1432, 1444, 1518, 1528, 1592, 1644 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jorge R. F. F. Lopes, Table of n, a(n) for n = 1..1512
MATHEMATICA
Select[Range@ 2074, FiniteGroupCount@ # == 12 &] (* Michael De Vlieger, Oct 16 2017. Note: extending the range to 2075 and further will result in incorrect output. - Andrey Zabolotskiy, Oct 27 2017 *)
PROG
(GAP) A249555 := Filtered([1..2015], n -> NumberSmallGroups(n) = 12); # Muniru A Asiru, Oct 16 2017
CROSSREFS
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), A249552 (k=9), A249553 (k=10), A249554 (k=11), this sequence (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).
Sequence in context: A300144 A247528 A346774 * A226587 A044258 A044639
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 01 2014
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 April 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)