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!)
A216424 Numbers k such that 4^k + k^4 - 1 is prime. 1
2, 16, 74, 164, 518, 796, 8756, 12598 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(9) > 10^5. - Robert Price, Feb 04 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[4^# + #^4 - 1] &]
PROG
(Magma) [n: n in [0..800] | IsPrime(4^n+n^4-1)];
(PARI) is(n)=ispseudoprime(4^n+n^4-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A208063 A207923 A207839 * A212897 A289837 A323297
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 07 2012
EXTENSIONS
a(7)-a(8) from Robert Price, Feb 04 2014
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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)