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!)
A058163 Number of labeled groups with a fixed identity. 7
1, 1, 1, 4, 6, 80, 120, 2760, 7560, 108864, 362880, 21621600, 39916800, 1186099200, 10897286400, 647091244800, 1307674368000, 103742166528000, 355687428096000, 32438693442355200, 260668072304640000, 5573557327822848000, 51090942171709440000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A034383(n)/n.
PROG
(GAP) A058163 := function(n) local fn1, sum, k; fn1 := Factorial(n-1); sum := 0; for k in [1 .. NrSmallGroups(n)] do sum := sum + fn1 / Size(AutomorphismGroup(SmallGroup(n, k))); od; return sum; end; # Stephen A. Silver, Feb 10 2013
CROSSREFS
Sequence in context: A012971 A197315 A061216 * A303211 A264374 A013127
KEYWORD
nonn
AUTHOR
Christian G. Bower, Nov 15 2000
EXTENSIONS
More terms from Stephen A. Silver, Feb 10 2013
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 August 10 21:39 EDT 2024. Contains 375058 sequences. (Running on oeis4.)