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!)
A119721 Numbers n such that 4*n^4 + 7 is prime. 0
0, 1, 2, 3, 4, 9, 16, 20, 22, 24, 27, 31, 33, 36, 37, 47, 58, 59, 60, 61, 68, 80, 90, 94, 95, 107, 117, 118, 124, 127, 128, 132, 134, 135, 136, 149, 152, 169, 172, 178, 183, 192, 195, 200, 207, 227, 229, 234, 237, 239, 240, 250, 257, 262, 269, 277, 278, 279, 292 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
If n=95 then 4*n^4 + 7 = 325802507 (prime).
MATHEMATICA
Select[Range[0, 500], PrimeQ[4*#^4 + 7] &] (* Stefan Steinerberger, Jul 22 2006 *)
PROG
(PARI) is(n)=isprime(4*n^4+7) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A118660.
Sequence in context: A096781 A232055 A192818 * A098969 A235401 A354268
KEYWORD
nonn,less,easy
AUTHOR
Parthasarathy Nambi, Jun 13 2006
EXTENSIONS
More terms from Stefan Steinerberger, Jul 22 2006
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 August 3 13:42 EDT 2024. Contains 374894 sequences. (Running on oeis4.)