login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A215438
Primes of form 5^k + k^5 + 1.
3
2, 7, 94933, 48989177, 2910383045673370413850001
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5^n + n^5 + 1, {n, 0, 200}], PrimeQ ]
PROG
(Magma) [ a: n in [0..100] | IsPrime(a) where a is 5^n + n^5 + 1 ]
CROSSREFS
Cf. A215442.
Sequence in context: A224420 A106023 A309411 * A152181 A153089 A077548
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 03 2012
STATUS
approved