A162604 Primes of the form k^k-k!-9.
223, 16736887, 104857597567097991823359991, 11756638905368320778615010897169507936008298389569527
Offset: 1
Keywords
Crossrefs
Cf. A162603.
Programs
-
Magma
[a: n in [3..100] | IsPrime(a) where a is n^n-Factorial(n)-9]; // Vincenzo Librandi, Aug 02 2017
-
Mathematica
Select[Table[n^n-n!-9,{n,3,50}],PrimeQ] (* Harvey P. Dale, Jul 30 2017 *)
Comments