Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #15 Mar 28 2013 12:29:21
%S 19,59,131,179,971,2819,3491,5051,6899,9419,10211,16139,22811,24659,
%T 32051,32771,44531,49739,51539,57131,96731,134699,143651,201611,
%U 237179,271451,358811,361211,375779,383171,398171,552059,597539,654491,683939,779699,954539
%N Primes of the form p^2+10, where p is prime.
%C This is also the sequence of prime numbers expressible as p1^2+p2^2+1 where p1 and p2 are also prime - _Christian N. K. Anderson_, Mar 25 2013
%t Select[Table[p^2 + 10, {p, Prime[Range[200]]}], PrimeQ] (* _T. D. Noe_, May 01 2012 *)
%Y Cf. A045637 (p^2 + 4 is prime), A079141 (p^2 + 6 is prime), A138355.
%K nonn,easy
%O 1,1
%A _Alex Ratushnyak_, May 01 2012