A097480 Positive integers n such that 2n-15 is prime.
9, 10, 11, 13, 14, 16, 17, 19, 22, 23, 26, 28, 29, 31, 34, 37, 38, 41, 43, 44, 47, 49, 52, 56, 58, 59, 61, 62, 64, 71, 73, 76, 77, 82, 83, 86, 89, 91, 94, 97, 98, 103, 104, 106, 107, 113, 119, 121, 122, 124, 127, 128, 133, 136, 139, 142, 143, 146, 148, 149, 154, 161, 163
Offset: 1
Links
- Shawn A. Broyles, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
(Prime[Range[2,100]]+15)/2 (* Vladimir Joseph Stephan Orlovsky, Feb 08 2010 *) Select[Range[9,200],PrimeQ[2#-15]&] (* Harvey P. Dale, Apr 04 2021 *)
-
PARI
is(n)=isprime(2*n-15) \\ Charles R Greathouse IV, Jul 12 2016
Formula
Half of p+15 where p is a prime greater than 2.
Comments