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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A182347 Primes of the form n^4 - 2. 0
79, 2399, 14639, 28559, 194479, 707279, 2313439, 2825759, 3418799, 5764799, 7890479, 12117359, 28398239, 47458319, 52200623, 57289759, 81450623, 96059599, 104060399, 200533919, 276922879, 395254159, 418161599 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..23.

EXAMPLE

79 = 3^4 - 3; 2399 = 7^4 - 3.

MAPLE

# choose N large, then S is the desired set

f:=n->n^4 - 2:

S:={}:

for n from 0 to N do if(isprime(f(n))) then S:=S union {f(n)}: fi: od:

CROSSREFS

Cf. A037896.

Sequence in context: A098104 A061997 A094731 * A205496 A017795 A017742

Adjacent sequences:  A182344 A182345 A182346 * A182348 A182349 A182350

KEYWORD

nonn

AUTHOR

Patrick Devlin, Apr 25 2012

STATUS

approved

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 June 19 10:33 EDT 2013. Contains 226401 sequences.