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!)
A174822 Primes of form n^4 - n^2 - 1. 0
11, 71, 239, 599, 1259, 2351, 14519, 38219, 83231, 104651, 129959, 279311, 389999, 530711, 1047551, 1678319, 2824079, 3416951, 8500139, 12956399, 17846399, 22662359, 26868671, 35147111, 40953599, 45205451, 47451431, 57282191, 59961791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 71 is in the sequence because 3^4 + 3^2 - 1 = 71 is prime.
MATHEMATICA
a={}; Do[p=n^4-n^2-1; If[PrimeQ[p], AppendTo[a, p]], {n, 10^2}]; Print[a];
Select[Table[n^4-n^2-1, {n, 100}], PrimeQ] (* Harvey P. Dale, Jun 15 2014 *)
CROSSREFS
Sequence in context: A174202 A139850 A233416 * A201790 A268985 A211386
KEYWORD
nonn
AUTHOR
Michel Lagneau, Dec 01 2010
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 July 15 16:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)