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.

A182476 Primes of the form p^2+100, where p is prime.

This page as a plain text file.
%I A182476 #7 May 01 2012 19:39:15
%S A182476 109,149,269,389,461,941,1061,1949,2309,2909,3581,3821,10301,10709,
%T A182476 11549,11981,16229,18869,19421,22901,24749,26669,30029,32141,44621,
%U A182476 52541,57221,72461,76829,94349,96821,109661,128981,134789,167381,201701,214469,253109
%N A182476 Primes of the form p^2+100, where p is prime.
%t A182476 Select[Table[p^2 + 100, {p, Prime[Range[200]]}], PrimeQ] (* _T. D. Noe_, May 01 2012 *)
%Y A182476 Cf. A045637 (p^2 + 4 is prime), A079141 (p^2 + 6 is prime), A182475.
%K A182476 nonn,easy
%O A182476 1,1
%A A182476 _Alex Ratushnyak_, May 01 2012