A137149 a(n) = (prime(n)-2)!.
1, 1, 6, 120, 362880, 39916800, 1307674368000, 355687428096000, 51090942171709440000, 10888869450418352160768000000, 8841761993739701954543616000000
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..88
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
Comments