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.

Showing 1-1 of 1 results.

A137149 a(n) = (prime(n)-2)!.

Original entry on oeis.org

1, 1, 6, 120, 362880, 39916800, 1307674368000, 355687428096000, 51090942171709440000, 10888869450418352160768000000, 8841761993739701954543616000000
Offset: 1

Views

Author

Artur Jasinski, Jan 23 2008

Keywords

Comments

Old definition was "a(n) = prime(n)!/(prime(n)*EulerPhi(prime(n)))".
Degree of Lagrange resolvent of polynomial prime degree. Ratio: degree of symmetric group of prime order n divided by order metacyclic group of prime order n. For degree of Lagrange resolvent of polynomial not prime degree see A137150.

Crossrefs

Programs

  • Magma
    [Factorial(NthPrime(n)-2): n in [1..15]]; // Vincenzo Librandi, May 04 2014
  • Mathematica
    Table[(Prime[n]-2)!, {n, 1, 15}] (* Bruno Berselli, May 04 2014 *)

Extensions

New name from Vincenzo Librandi, May 04 2014
Showing 1-1 of 1 results.