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!)
A220702 Numbers n such that n^5 + 5*n + 5^n is prime. 0

%I #8 Jun 13 2017 10:30:48

%S 1,2,3,4,6,19,23,63,76,508,561,839,894,1389,2513,3436,6121,7412,8418,

%T 9184

%N Numbers n such that n^5 + 5*n + 5^n is prime.

%t Select[Range[10000], PrimeQ[#^5 + 5*# + 5^#]&]

%o (PARI) is(n)=ispseudoprime(n^5+5*n+5^n) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. A220511.

%K nonn

%O 1,2

%A _Vincenzo Librandi_, Jan 07 2013

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 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)