reviewed
approved
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”).
reviewed
approved
proposed
reviewed
editing
proposed
Numbers n k such that 8+n k and 8*nk+1 are prime.
Select[Range[800], AllTrue[{8+#, 8#+1}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* __Harvey P. Dale_, May 28 2016 *)
proposed
editing
editing
proposed
Numbers n such that a8+n and a8*n+1 are prime, case a=8.
approved
editing
editing
approved
Harvey P. Dale, <a href="/A120228/b120228.txt">Table of n, a(n) for n = 1..1000</a>
Select[Range[800], AllTrue[{8+#, 8#+1}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, May 28 2016 *)
approved
editing
_Zak Seidov (zakseidov(AT)yahoo.com), _, Jun 10 2006