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”).

A168080
Numbers n such that exactly two of n+-1, n+-2 and n+-3 are primes.
1
0, 1, 2, 3, 9, 12, 15, 18, 21, 22, 26, 28, 30, 32, 34, 38, 39, 42, 45, 46, 50, 56, 58, 60, 62, 64, 68, 69, 72, 74, 76, 80, 81, 82, 86, 98, 99, 102, 105, 108, 111, 112, 128, 129, 130, 134, 136, 138, 140, 148, 150, 152, 154, 160, 164, 165, 166, 170, 176, 178, 180, 182
OFFSET
1,3
LINKS
MATHEMATICA
okQ[n_]:=Length[Select[Drop[Range[n-3, n+3], {4}], PrimeQ]]==2; Join[{0, 1}, Select[Range[0, 200], okQ]] (* Harvey P. Dale, Jun 29 2011 *)
CROSSREFS
Sequence in context: A088086 A088084 A182203 * A048084 A350439 A067719
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (14 removed, 58, 62, 74 inserted, etc.) by R. J. Mathar, Jun 04 2010
STATUS
approved