%I A006315 M5208
%S A006315 1,30,54,96,112,114,132,156,332,342,360,376,428,430,432,448,562,588,726,
%T A006315 738,804,850,884,1068,1142,1198,1306,1540,1568,1596,1678,1714,1754,1812,
%U A006315 1818,1878,1906,1960,1962,2046,2098,2118,2142,2330,2418,2434,2654,2668
%N A006315 Numbers n such that n^32 + 1 is prime.
%D A006315 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences,
Academic Press, 1995 (includes this sequence).
%H A006315 T. D. Noe, <a href="b006315.txt">Table of n, a(n) for n=1..1000</a>
%t A006315 lst={};Do[If[PrimeQ[n^32+1], Print[n];AppendTo[lst, n]], {n, 10^5}];lst
[From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 21 2008]
%Y A006315 Cf. A005574, A000068, A006314, A006313, A006316, A056994, A056995
%Y A006315 Sequence in context: A039349 A043172 A043952 this_sequence A027578 A029713
A154599
%Y A006315 Adjacent sequences: A006312 A006313 A006314 this_sequence A006316 A006317
A006318
%K A006315 nonn
%O A006315 1,2
%A A006315 N. J. A. Sloane (njas(AT)research.att.com).
%E A006315 More terms from Hugo Pfoertner (hugo(AT)pfoertner.org), Jun 22 2003
|