A097932 Positive integers n such that 2n-19 is prime.
11, 12, 13, 15, 16, 18, 19, 21, 24, 25, 28, 30, 31, 33, 36, 39, 40, 43, 45, 46, 49, 51, 54, 58, 60, 61, 63, 64, 66, 73, 75, 78, 79, 84, 85, 88, 91, 93, 96, 99, 100, 105, 106, 108, 109, 115, 121, 123, 124, 126, 129, 130, 135, 138, 141, 144, 145, 148, 150, 151, 156, 163
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
(Prime[Range[2,100]]+19)/2 (* Vladimir Joseph Stephan Orlovsky, Feb 08 2010 *) Select[Range[10,200],PrimeQ[2#-19]&] (* Harvey P. Dale, May 08 2017 *)
Formula
Half of p+19 where p is a prime greater than 2.