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!)
A219616 Numbers n such that 5^n + n^4 is prime. 0
2, 4, 6, 8, 24, 28, 36, 54, 92, 154, 234, 442, 1138, 2408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[0, 10000, 2], PrimeQ[(5^# + #^4)] &]
PROG
(Magma) /* The code gives only the terms up to 442: */ [n: n in [0..1000 by 2] | IsPrime(5^n + n^4)];
(PARI) is(n)=ispseudoprime(5^n+n^4) \\ Charles R Greathouse IV, Jul 01 2013
CROSSREFS
Sequence in context: A189153 A194393 A119260 * A067732 A334679 A222712
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Nov 26 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 July 17 10:44 EDT 2024. Contains 374377 sequences. (Running on oeis4.)