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

%I #11 Aug 06 2019 11:20:10

%S 6,8,18,36,38,176

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

%C a(7) > 3000. - _Daniel Starodubtsev_, Aug 05 2019

%t f[n_]:=PrimeQ[n^n+115];lst={};Do[If[f[n],AppendTo[lst,n]],{n,6!}];lst

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

%Y Cf. A100837, A100838, A100839, A173974.

%K nonn,hard,more

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Mar 03 2010

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