OFFSET
1,1
COMMENTS
All sequence members end in '59' since x must be divisible by 10 (30 actually).
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
59=0^2+59, 59 and 61 are prime.
108959=330^2+59, 108959 and 108961 are prime.
MATHEMATICA
Select[(30*Range[0, 2000])^2+59, PrimeQ[#]&&PrimeQ[#+2]&] (* Harvey P. Dale, Apr 14 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
John L. Drost, Dec 16 2010
EXTENSIONS
More terms from Harvey P. Dale, Apr 14 2012
STATUS
approved