A097363 Positive integers n such that 2n-13 is prime.
8, 9, 10, 12, 13, 15, 16, 18, 21, 22, 25, 27, 28, 30, 33, 36, 37, 40, 42, 43, 46, 48, 51, 55, 57, 58, 60, 61, 63, 70, 72, 75, 76, 81, 82, 85, 88, 90, 93, 96, 97, 102, 103, 105, 106, 112, 118, 120, 121, 123, 126, 127, 132, 135, 138, 141, 142, 145, 147, 148, 153, 160, 162
Offset: 1
Links
- Shawn A. Broyles, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
(Prime[Range[2,100]]+13)/2 (* Vladimir Joseph Stephan Orlovsky, Feb 08 2010 *) Select[Range[8,200],PrimeQ[2#-13]&] (* Harvey P. Dale, Apr 26 2013 *)
Formula
Half of p+13 where p is a prime greater than 2.