A098605 Positive integers n such that 2n - 17 is prime.
10, 11, 12, 14, 15, 17, 18, 20, 23, 24, 27, 29, 30, 32, 35, 38, 39, 42, 44, 45, 48, 50, 53, 57, 59, 60, 62, 63, 65, 72, 74, 77, 78, 83, 84, 87, 90, 92, 95, 98, 99, 104, 105, 107, 108, 114, 120, 122, 123, 125, 128, 129, 134, 137, 140, 143, 144, 147, 149, 150, 155, 162
Offset: 1
Links
- Shawn A. Broyles, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
(Prime[Range[2,100]]+17)/2 (* Vladimir Joseph Stephan Orlovsky, Feb 08 2010 *)
-
PARI
is(n)=isprime(2*n-17) \\ Charles R Greathouse IV, Jul 12 2016
Formula
Half of p+17 where p is a prime greater than 2.