A173177 Numbers k such that 2k+3 is a prime of the form 3*A034936(m) + 4.
2, 5, 8, 14, 17, 20, 29, 32, 35, 38, 47, 50, 53, 62, 68, 74, 77, 80, 89, 95, 98, 104, 110, 113, 119, 134, 137, 140, 152, 155, 164, 167, 173, 182, 185, 188, 197, 203, 209, 215, 218, 227, 230, 242, 248, 260, 269, 272, 284, 287, 299
Offset: 1
Links
- Chris K. Caldwell, FAQ: Are all primes (past 2 and 3) of the forms 6n+1 and 6n-1?
Programs
-
Mathematica
Select[Range[300],PrimeQ[2#+3]&&Divisible[2#-1,3]&] (* Harvey P. Dale, Aug 25 2016 *)
Extensions
More terms from Harvey P. Dale, Aug 25 2016
Comments