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!)
A215437 Primes of form 5^k + k^5 - 1. 5
5, 367, 2012173, 1221074417, 7450580596938177031 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5^n + n^5 - 1, {n, 0, 500}], PrimeQ ]
PROG
(Magma) [ a: n in [0..250] | IsPrime(a) where a is 5^n + n^5 - 1 ]
CROSSREFS
Sequence in context: A234311 A237430 A160193 * A098038 A354831 A072172
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 03 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 April 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)