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.

User: Bob Heffernan

Bob Heffernan's wiki page.

Bob Heffernan has authored 7 sequences.

A341298 Orders of complete groups.

Original entry on oeis.org

1, 6, 20, 24, 42, 54, 110, 120, 144, 156, 168, 216, 252, 272, 320, 324, 336, 342, 384, 432, 480, 486, 500, 506, 660, 720, 800, 812, 840, 864, 930, 936, 960, 972, 1008, 1012, 1080
Offset: 1

Author

Bob Heffernan and Des MacHale, Feb 10 2021

Keywords

Comments

A finite group G is called complete if Aut G = Inn G and Z(G) = {1} i.e. G has no outer automorphisms and the center of G is trivial.
The symmetric group S(n) of order n! is complete for n not equal to 2 or 6.
If p is an odd prime, there is a complete group of order p(p-1) and a complete group of order p^m*(p^m - p^(m-1)) for each m.
Dark in 1975 discovered a nontrivial complete group G of odd order. It has order 788953370457 = 3*19*7^12. [Corrected by Jianing Song, Aug 25 2023]
Recently, Dark showed that the smallest possible nontrivial complete group G of odd order has order 352947 = 3*7^6. [In fact, for every prime p == 1 (mod 3), there exists a complete group of order 3*p^6, and it occurs as the automorphism group of a group of order 3*p^5. This means that there are infinitely many odd terms in this sequence. See the M. John Curran and Rex S. Dark link. - Jianing Song, Aug 25 2023]
From Jianing Song, Aug 25 2023: (Start)
The holomorph (see the Wikipedia link) of an abelian group of odd order is a complete group. See Theorem 3.2, Page 618 of the W. Peremans link.
No prime power (A246655) is a term. See the first Groupprops link.
The automorphism group of a complete group is isomorphic to itself. The converse is not true, as shown by the counterexamples D_8 and D_12. In contrast with the fact that the holomorph of a complete group is isomorphic to the external direct product of two copies of it (see the second Groupprops link), the holomorph of D_8 (SmallGroup(64,134)) is not isomorphic to D_8 X D_8 = SmallGroup(64,226), and the holomorph of D_12 (SmallGroup(144,154)) is not isomorphic to D_12 X D_12 = SmallGroup(144,192). (End)

Examples

			a(3) = 20 because 20 is the third number for which there is a complete group of that order.
		

Extensions

a(36) and a(37) added by Jianing Song, Aug 25 2023

A341293 Smallest order of a non-abelian group with a commutator subgroup of index n.

Original entry on oeis.org

60, 6, 12, 8, 55, 18, 56, 16, 27, 30, 253, 24, 351, 42, 60, 32, 1020, 54, 1140, 40, 84, 66, 1081, 48, 125, 78, 81, 56, 1711, 90, 992, 64, 132, 102, 280, 72, 2220, 114, 156, 80, 2460, 126, 2580, 88, 135, 138, 2820, 96, 343, 150, 204, 104, 3180, 162, 605, 112, 228, 174, 3540, 120, 3660
Offset: 1

Author

Bob Heffernan and Des MacHale, Feb 05 2021

Keywords

Comments

By Lagrange's Theorem a(n) is a multiple of n.

Examples

			Examples for small n:
n a(n) group
1  60  A5
2  6  S3
3  12  A4
4  8  D8
5  55  C11 : C5
6  18  C3 x S3
7  56  (C2 x C2 x C2) : C7
8  16  (C4 x C2) : C2
9  27  (C3 x C3) : C3
10  30  C5 x S3
11  253  C23 : C11
12  24  C3 x D8
		

Crossrefs

A340519 Smallest order of a non-abelian group with a center of order n.

Original entry on oeis.org

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

Author

Bob Heffernan and Des MacHale, Jan 24 2021; corrected Feb 14 2021

Keywords

Comments

a(n) is 6n if n is odd and 4n if n is even. This is because the groups involved are C(n) X S3 if n is odd, where S3 is the symmetric group of order 6, and C(n/2) X D8 if n is even, where D8 is the dihedral group of order 8 and C(m) is the cyclic group of order m.
By Lagrange's Theorem a(n) is a multiple of n.

Crossrefs

Equals 2*A106833.

Programs

  • Mathematica
    Table[If[OddQ[n],6n,4n],{n,100}] (* Harvey P. Dale, Mar 03 2023 *)

A340513 a(n) is the number of groups of order A340512(n) with a conjugacy class of size exactly n.

Original entry on oeis.org

1, 1, 1, 1, 1, 5, 1, 1, 2, 3, 1, 9, 1, 3, 1, 2, 1, 13, 1, 1, 1, 3, 1, 7, 2, 3, 3, 1, 1, 10, 1, 2, 1, 3, 1, 23, 1, 3, 1, 7, 1, 9, 1, 7, 2, 3, 1, 7, 2, 1, 1, 1, 1, 24, 1, 1, 1, 3, 1, 17, 1, 3, 2, 5, 1, 8, 1, 7, 1, 7, 1, 18, 1, 3, 2, 1, 1, 8, 1, 7, 5, 3, 1, 17, 1, 3, 1, 7, 1, 24, 1, 7, 1, 3, 1
Offset: 1

Author

Bob Heffernan and Des MacHale, Feb 02 2021

Keywords

Comments

This is the number of choices for the group G defined in A340512.

Crossrefs

Cf. A340512.

A340512 Order of a smallest group G with a conjugacy class of size n.

Original entry on oeis.org

1, 6, 6, 12, 10, 24, 14, 24, 18, 40, 22, 48, 26, 56, 30, 48, 34, 72, 38, 60, 42, 88, 46, 96, 50, 104, 54, 84, 58, 120, 62, 96, 66, 136, 70, 144, 74, 152, 78, 160, 82, 168, 86, 176, 90, 184, 94, 192, 98, 150, 102, 156, 106, 216, 110, 168, 114, 232, 118, 240, 122, 248, 126, 192, 130
Offset: 1

Author

Bob Heffernan and Des MacHale, Feb 02 2021

Keywords

Comments

By Lagrange's theorem, a(n) is always a multiple of n, and it is likely this multiple is always 2, 3, or 4 for n>1.
Because of dihedral groups, a(2k+1) = 4k+2.

Examples

			a(4) = 12 because the smallest finite group with a conjugacy class of size 4 has order 12 (A_4).
		

Crossrefs

Cf. A340513 for the number of groups of this order.

A146992 Numbers n with the property that there exists a group of order n in which some element of the commutator subgroup G' is not a commutator [x,y].

Original entry on oeis.org

96, 128, 144, 162, 168, 192, 216, 240, 256, 270, 288, 312, 320, 324, 336, 360, 378, 384, 400, 432, 448, 450, 456, 480, 486, 504, 512, 528, 540, 560, 576, 594, 600, 624, 640, 648, 672, 702, 704, 720, 729, 744, 750, 756, 768, 784, 792, 800, 810, 816, 832, 840
Offset: 1

Author

Bob Heffernan and Des MacHale, Nov 04 2008

Keywords

Comments

Every multiple of a(n) is also a term of the sequence because the direct product of a group G with any Abelian group A satisfies (GXA)' = G'.

Examples

			a(1) = 96 because there is a group G of order 96 in which an element of G' is not a commutator.
		

A118642 Two finite groups are conformal if they have the same number of elements of each order. A natural number n is said to be a conformal order if there exist two conformal groups of order n which are not isomorphic to each other. The sequence lists the conformal orders.

Original entry on oeis.org

16, 27, 32, 48, 54, 64, 72, 80, 81, 96, 100, 108, 112, 125, 128, 135, 144, 147, 160, 162, 176, 189, 192, 200, 208, 216, 224, 240, 243, 250, 256, 260, 270, 272, 273, 288, 294, 297, 300, 304, 320, 324, 336, 340, 343, 351, 352, 360, 368, 375, 378, 384, 399, 400, 405
Offset: 1

Author

Des MacHale and Bob Heffernan, May 10 2006

Keywords

Comments

Since a(1)= 16 and p^3 is in the sequence for any odd prime p, by taking direct products with cyclic groups we see that n belongs to the sequence if either 16 or p^3 divides n for an odd prime p. However, 72 and 147, which are not of this form, both belong to the sequence. Also, every multiple of each term in the sequence is also a term of the sequence. Conformality of groups is an equivalence relation but there seem to be virtually no known conformality invariants other than group order.

Examples

			a(2)= 27 because there exist two non-isomorphic groups of order 27 each of which has one element of order one and twenty-six elements of order three.
		

References

  • F. J. Budden, The Fascination of Groups, Cambridge University Press, 1969.