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.

A137150 Degree of Lagrange resolvent of polynomial of composite degree.

Original entry on oeis.org

1, 3, 60, 1260, 6720, 90720, 9979200, 1037836800, 10897286400, 163459296000, 59281238016000, 15205637551104000, 202741834014720000, 5109094217170944000, 3231502092360622080000, 31022420086661971968000
Offset: 1

Views

Author

Artur Jasinski, Jan 23 2008

Keywords

Comments

Ratio: degree of symmetric group of composite order n divided by order metacyclic group of composite order n.

Crossrefs

Programs

  • Mathematica
    a = {}; Do[If[PrimeQ[n],[null], AppendTo[a, n!/(n EulerPhi[n])]], {n, 1, 30}]; a
    With[{nn=30},#!/(# EulerPhi[#])&/@Complement[Range[nn],Prime[Range[ PrimePi[ nn]]]]] (* Harvey P. Dale, Jul 05 2014 *)

Formula

a(n) = n!/(n EulerPhi[n]) for composite n A058161 = A137149 + A137150.