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.

A058161 Number of labeled cyclic groups with a fixed identity.

This page as a plain text file.
%I A058161 #16 Sep 07 2015 14:27:06
%S A058161 1,1,1,3,6,60,120,1260,6720,90720,362880,9979200,39916800,1037836800,
%T A058161 10897286400,163459296000,1307674368000,59281238016000,
%U A058161 355687428096000,15205637551104000,202741834014720000,5109094217170944000,51090942171709440000
%N A058161 Number of labeled cyclic groups with a fixed identity.
%C A058161 Degree of Lagrange resolvent of polynomial of n-th degree. Equals degree of symmetric group of order n divided by order of metacyclic group of order n. - _Artur Jasinski_, Jan 22 2008
%D A058161 J. L. Lagrange, Oeuvres, Vol. III Paris 1869.
%H A058161 <a href="/index/Gre#groups">Index entries for sequences related to groups</a>
%F A058161 a(n) = (n-1)!/phi(n).
%F A058161 a(n) = n!/A002618(n) - _Artur Jasinski_, Jan 22 2008
%e A058161 a(4)=3 because we have: <(1234)> = <(1432)>,  <(1243)> = <(1342)>,  <(1324)> = <(1423)>. - _Geoffrey Critzer_, Sep 07 2015
%t A058161 Table[n!/(n EulerPhi[n]), {n, 1, 20}] (* _Artur Jasinski_, Jan 22 2008 *)
%Y A058161 a(n) = A000142(n-1)/A000010(n) = A034381(n)/n.
%Y A058161 Cf. A058162, A058163.
%Y A058161 Cf. A002618.
%K A058161 nonn
%O A058161 1,4
%A A058161 _Christian G. Bower_, Nov 14 2000