%I A050266
%S A050266 19,29,53,97,167,269,409,593,827,1117,1889,2383,2957,3617,6173,7237,
%T A050266 9719,11149,12713,16267,18269,25247,27917,33809,47969,56333,65617,
%U A050266 70619,75869,81373,99469,112913,120067,143329,151703,160397,188459
%N A050266 Primes of the form n^3+n^2+17.
%H A050266 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/
Prime-GeneratingPolynomial.html">Link to a section of The World of
Mathematics.</a>
%t A050266 lst={};Do[p=n^3+n^2+17;If[PrimeQ[p],AppendTo[lst,p]],{n,0,3*5!}];lst
[From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 28 2009]
%Y A050266 Sequence in context: A063644 A156782 A092600 this_sequence A106124 A062679
A106093
%Y A050266 Adjacent sequences: A050263 A050264 A050265 this_sequence A050267 A050268
A050269
%K A050266 nonn
%O A050266 1,1
%A A050266 Eric Weisstein (eric(AT)weisstein.com)
|