A139066 Primes of the form (8+k!)/8.
631, 45361, 453601, 59875201, 10897286401, 304112751022080001, 3231502092360622080001, 77556050216654929920001, 1105220249217462744317952000001, 332283946848556096005453226376826986289954816000000001
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..11
Crossrefs
Programs
-
Mathematica
a = {}; Do[If[PrimeQ[(n! + 8)/8], AppendTo[a, (n! + 8)/8]], {n, 1, 50}]; a Select[(8+Range[50]!)/8,PrimeQ] (* Harvey P. Dale, May 10 2016 *)
-
PARI
for(k=4,1e3,if(ispseudoprime(t=k!/8+1),print1(t", "))) \\ Charles R Greathouse IV, Jul 15 2011
Formula
Extensions
Corrected link to sequence of indexes. - Serge Batalov, Feb 17 2015
a(10) from Harvey P. Dale, May 10 2016
Comments