A340519 Smallest order of a non-abelian group with a center of order n.
6, 8, 18, 16, 30, 24, 42, 32, 54, 40, 66, 48, 78, 56, 90, 64, 102, 72, 114, 80, 126, 88, 138, 96, 150, 104, 162, 112, 174, 120, 186, 128, 198, 136, 210, 144, 222, 152, 234, 160, 246, 168, 258, 176, 270, 184, 282, 192, 294, 200, 306, 208, 318, 216, 330, 224, 342, 232, 354, 240, 366, 248
Offset: 1
Keywords
Programs
-
Mathematica
Table[If[OddQ[n],6n,4n],{n,100}] (* Harvey P. Dale, Mar 03 2023 *)
Comments