Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A037896
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A037896 Primes of the form n^4 + 1. +0
9
2, 17, 257, 1297, 65537, 160001, 331777, 614657, 1336337, 4477457, 5308417, 8503057, 9834497, 29986577, 40960001, 45212177, 59969537, 65610001, 126247697, 193877777, 303595777, 384160001, 406586897, 562448657, 655360001 (list; graph; listen)
OFFSET

1,1

REFERENCES

M. Lal, Primes of the form n^4 + 1, Math. Comp., 21 (1967), 245-247.

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

6^4+1 = 1297 is prime.

MATHEMATICA

lst={}; Do[p=n^4+1; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 4*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

PROGRAM

(PARI) j=[]; for(n=1, 300, if(isprime(n^4+1), j=concat(j, n^4+1))); j

CROSSREFS

Cf. A000068.

Sequence in context: A020561 A099702 A029735 this_sequence A099714 A086534 A078367

Adjacent sequences: A037893 A037894 A037895 this_sequence A037897 A037898 A037899

KEYWORD

easy,nonn

AUTHOR

Donald S McDonald (dsmc(AT)actrix.gen.nz), Feb 27 2000

EXTENSIONS

Corrected and extended by Jason Earls (zevi_35711(AT)yahoo.com), Jul 19 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research