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.

A337705 Possible sums of orders of elements of finite groups.

Original entry on oeis.org

1, 3, 7, 11, 13, 15, 19, 21, 23, 25, 27, 31, 33, 39, 43, 45, 47, 49, 55, 57, 59, 61, 63, 67, 71, 73, 75, 77, 79, 83, 85, 87, 95, 97, 99, 101, 103, 105, 111, 113, 115, 119, 121, 125, 127, 129, 133, 135, 143, 147, 151, 153, 157, 159, 161, 163
Offset: 1

Views

Author

M. Farrokhi D. G., Sep 16 2020

Keywords

Comments

The sum of the orders of all elements of a finite group G is denoted by psi(G).
psi(A X B) = psi(A)*psi(B) for finite groups A and B of coprime orders.
psi(G) <= 7/11 psi(C_n) < psi(C_n) for every noncyclic finite group G of order n.
psi(G) < 1/(p - 1) psi(C_n) for every noncyclic finite group G of order n, where p the smallest prime divisor of n.
Conjecture: If S is a simple group and G is a soluble group satisfying |S|=|G|, then psi(S) < psi(G).

Examples

			psi(C_6) = 1 + 2 + 3 + 3 + 6 + 6 = 21.
		

Programs

  • GAP
    Sum(List(G, Order));