login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A182350 Primes of the form n^4 - 5. 0
11, 251, 1291, 4091, 20731, 104971, 1048571, 2085131, 9834491, 11316491, 14776331, 18974731, 29986571, 49787131, 78074891, 168896011, 236421371, 406586891, 429981691, 454371851, 479785211, 959512571, 1146228731 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
11 = 2^4 - 5; 251 = 4^4 - 5.
MAPLE
# choose N large, then S is the desired set
f:=n->n^4 - 5:
S:={}:
for n from 0 to N do if(isprime(f(n))) then S:=S union {f(n)}: fi: od:
MATHEMATICA
Select[Range[200]^4-5, PrimeQ] (* Harvey P. Dale, Apr 10 2017 *)
CROSSREFS
Cf. A037896.
Sequence in context: A238751 A098672 A056210 * A190680 A089298 A274129
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)