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!)
A216423 Numbers k such that 4^k + k^4 + 1 is prime. 3
0, 6, 12, 3804, 8346, 15528, 147036 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 2*10^5. - Robert Price, Apr 29 2014
a(1)-a(3) are trivially prime. a(4)-a(7) are probable primes. - Robert Price, May 07 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[4^# + #^4 + 1] &]
PROG
(PARI) is(n)=ispseudoprime(4^n+n^4+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A036900 A159282 A202383 * A229336 A363755 A070396
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 07 2012
EXTENSIONS
a(5)-a(7) from Robert Price, Apr 29 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 28 18:07 EDT 2024. Contains 372092 sequences. (Running on oeis4.)