login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006316 Numbers n such that n^64 + 1 is prime.
(Formerly M5368)
17
1, 102, 162, 274, 300, 412, 562, 592, 728, 1084, 1094, 1108, 1120, 1200, 1558, 1566, 1630, 1804, 1876, 2094, 2162, 2164, 2238, 2336, 2388, 2420, 2494, 2524, 2614, 2784, 3024, 3104, 3140, 3164, 3254, 3278, 3628, 3694, 3738, 3750, 4000, 4030, 4058, 4166 (list; graph; refs; listen; history; internal format)
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^64+1], Print[n]; AppendTo[lst, n]], {n, 10^4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 21 2008]

PROG

(PARI) isA006316(n) = isprime(n^64+1) [From Michael B. Porter (michael_b_porter(AT)yahoo.com), Mar 28 2010]

CROSSREFS

Cf. A005574, A000068, A006314, A006313, A006315, A056994, A056995

Sequence in context: A015165 A160918 A145578 * A053326 A151955 A044334

Adjacent sequences:  A006313 A006314 A006315 * A006317 A006318 A006319

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Robert G. Wilson v (rgwv(AT)rgwv.com)

EXTENSIONS

More terms from Hugo Pfoertner (hugo(AT)pfoertner.org), Jun 22 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:59 EST 2012. Contains 205694 sequences.