OFFSET
1,1
COMMENTS
One more than the associated value in A005122. - R. J. Mathar, Jan 05 2011
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MAPLE
MATHEMATICA
Select[Range[200], PrimeQ[8 # - 9] &] (* Harvey P. Dale, Oct 21 2011 *)
PROG
(Magma) [n: n in [0..200]| IsPrime(8*n-9)]; // Vincenzo Librandi, Dec 28 2013
(PARI) is(n)=isprime(8*n-9) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 01 2009
EXTENSIONS
83 replaced by 82 from R. J. Mathar, Jan 07 2009
STATUS
approved