login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A238670
Primes p such that (p+8)^2+8 is prime but (p+j)^2+j is not prime for all 0<j<8.
2
181, 277, 541, 937, 1381, 1741, 2551, 2617, 2677, 3433, 3919, 4231, 4657, 4933, 5923, 6337, 6481, 6781, 7669, 7717, 7867, 8161, 8167, 8287, 8329, 8389, 8647, 8707, 9013, 9151, 9397, 9661, 9739, 9967, 10651, 11059, 11287, 11743, 11887, 12421, 12457, 12697
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[1600]], PrimeQ[Table[(#+n)^2+n, {n, 8}]]=={False, False, False, False, False, False, False, True}&] (* Harvey P. Dale, Dec 17 2016 *)
CROSSREFS
Column k=8 of A238086.
Sequence in context: A107694 A142312 A020360 * A168473 A142920 A142058
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Mar 02 2014
STATUS
approved