|
Search: id:A006315
|
|
|
| A006315 |
|
Numbers n such that n^32 + 1 is prime. (Formerly M5208)
|
|
+0 14
|
|
| 1, 30, 54, 96, 112, 114, 132, 156, 332, 342, 360, 376, 428, 430, 432, 448, 562, 588, 726, 738, 804, 850, 884, 1068, 1142, 1198, 1306, 1540, 1568, 1596, 1678, 1714, 1754, 1812, 1818, 1878, 1906, 1960, 1962, 2046, 2098, 2118, 2142, 2330, 2418, 2434, 2654, 2668
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
|
|
MATHEMATICA
|
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]
|
|
CROSSREFS
|
Cf. A005574, A000068, A006314, A006313, A006316, A056994, A056995
Sequence in context: A039349 A043172 A043952 this_sequence A027578 A029713 A154599
Adjacent sequences: A006312 A006313 A006314 this_sequence A006316 A006317 A006318
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Hugo Pfoertner (hugo(AT)pfoertner.org), Jun 22 2003
|
|
|
Search completed in 0.002 seconds
|