A176608 Primes of the form x^2 + 5*y^2, where x and y=x+1 are consecutive natural numbers.
5, 89, 281, 1321, 2129, 2861, 3701, 4649, 6469, 6869, 9049, 9521, 10501, 13729, 17389, 18041, 19381, 21481, 23689, 26801, 28429, 33601, 42169, 71069, 75041, 81901, 86161, 90529, 92009, 101141, 104281, 113989, 129361, 131129, 153281, 157141, 163021, 169009, 171029, 200569, 209441, 213949, 259169, 274349, 282101, 314189, 339389, 371509, 374501, 383549, 417649
Offset: 1
Programs
-
Mathematica
Select[Table[x^2+5(x+1)^2,{x,0,500}],PrimeQ] (* Harvey P. Dale, Dec 16 2010 *)
Extensions
Provided less ambiguous definition - R. J. Mathar, May 04 2010
More terms from Vincenzo Librandi and R. J. Mathar, Apr 21 2010
Comments