|
Search: id:A006314
|
|
|
| A006314 |
|
Numbers n such that n^8 + 1 is prime. (Formerly M1308)
|
|
+0 15
|
|
| 1, 2, 4, 118, 132, 140, 152, 208, 240, 242, 288, 290, 306, 378, 392, 426, 434, 442, 508, 510, 540, 542, 562, 596, 610, 664, 680, 682, 732, 782, 800, 808, 866, 876, 884, 892, 916, 918, 934, 956, 990, 1022, 1028, 1054, 1106, 1120, 1174, 1224, 1232, 1256, 1284
(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..10000
|
|
MATHEMATICA
|
lst={}; Do[If[PrimeQ[n^8+1], Print[n]; AppendTo[lst, n]], {n, 10^5}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 21 2008]
|
|
CROSSREFS
|
Cf. A005574, A000068, A006313, A006315, A006316, A056994, A056995
Sequence in context: A018463 A132497 A009484 this_sequence A009595 A018493 A046035
Adjacent sequences: A006311 A006312 A006313 this_sequence A006315 A006316 A006317
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu), May 03 2000
|
|
|
Search completed in 0.002 seconds
|