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!)
A117705 Numbers n such that 5^n-n^5 is prime. 10

%I #13 Feb 17 2017 14:25:52

%S 2,14,26,4646,68484

%N Numbers n such that 5^n-n^5 is prime.

%H Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=5%5En-n%5E5">PRP Records.</a>

%e a(1)=2 because 2^5 - 5^2 = 7 is prime

%t Do[If[PrimeQ[(5^n-n^5)],Print[n]],{n,1,5000}]

%o (PARI) is(n)=isprime(5^n-n^5) \\ _Charles R Greathouse IV_, Feb 17 2017

%K hard,more,nonn

%O 1,1

%A Mohammed Bouayoun (Mohammed.Bouayoun(AT)sanef.com), Apr 13 2006, Jan 08 2008

%E a(5) found by _Donovan Johnson_

%E First five terms confirmed by _Dmitry Kamenetsky_, Dec 18 2008

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)