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!)
A137150 Degree of Lagrange resolvent of polynomial of composite degree. 2
1, 3, 60, 1260, 6720, 90720, 9979200, 1037836800, 10897286400, 163459296000, 59281238016000, 15205637551104000, 202741834014720000, 5109094217170944000, 3231502092360622080000, 31022420086661971968000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Ratio: degree of symmetric group of composite order n divided by order metacyclic group of composite order n.
LINKS
FORMULA
a(n) = n!/(n EulerPhi[n]) for composite n A058161 = A137149 + A137150.
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 *)
CROSSREFS
Sequence in context: A065889 A183251 A001084 * A248707 A219870 A326283
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 23 2008
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 April 24 03:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)