A139202 Numbers k such that (k!-7)/7 is prime.
7, 9, 20, 23, 46, 54, 57, 71, 85, 387, 396, 606, 1121, 2484, 6786, 9321, 11881, 18372
Offset: 1
Crossrefs
Programs
-
Mathematica
a = {}; Do[If[PrimeQ[(n! - 7)/7], Print[a]; AppendTo[a, n]], {n, 1, 300}]; a (*Artur Jasinski*)
Extensions
More terms from Alexis Olson (AlexisOlson(AT)gmail.com), Nov 14 2008
a(13)-a(14) PRPs from Sean A. Irvine, Aug 05 2010
a(15)-a(18) PRP from Robert Price, Nov 05 2016
Comments