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!)
A100850 Numbers k such that k^k + k + 7 is prime. 0

%I #21 Mar 11 2019 10:03:28

%S 2,3,5,53,164,806,1256

%N Numbers k such that k^k + k + 7 is prime.

%C Here we interpret 0^0 as 1.

%C a(8) > 3340. - _Daniel Starodubtsev_, Mar 05 2019

%o (PARI) f2(n) = for(x=0,n,y=x^x+x+7;if(ispseudoprime(y),print1(x",")))

%K hard,more,nonn

%O 1,1

%A _Cino Hilliard_, Jan 07 2005

%E a(6)-a(7) from _Daniel Starodubtsev_, Mar 05 2019

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)