cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A182475 Primes of the form p^2+10, where p is prime.

This page as a plain text file.
%I A182475 #15 Mar 28 2013 12:29:21
%S A182475 19,59,131,179,971,2819,3491,5051,6899,9419,10211,16139,22811,24659,
%T A182475 32051,32771,44531,49739,51539,57131,96731,134699,143651,201611,
%U A182475 237179,271451,358811,361211,375779,383171,398171,552059,597539,654491,683939,779699,954539
%N A182475 Primes of the form p^2+10, where p is prime.
%C A182475 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 A182475 Select[Table[p^2 + 10, {p, Prime[Range[200]]}], PrimeQ] (* _T. D. Noe_, May 01 2012 *)
%Y A182475 Cf. A045637 (p^2 + 4 is prime), A079141 (p^2 + 6 is prime), A138355.
%K A182475 nonn,easy
%O A182475 1,1
%A A182475 _Alex Ratushnyak_, May 01 2012