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!)
A220701 Numbers k such that k^3 + 3*k + 3^k is prime. 1

%I #13 Jul 13 2023 15:26:38

%S 1,2,4,5,7,17,22,47,155,167,203,277,469,629,890,1427,4507,5705,6095,

%T 9808,10108,12797,16184,31535,33575

%N Numbers k such that k^3 + 3*k + 3^k is prime.

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

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

%Y Cf. A220509.

%K nonn,more

%O 1,2

%A _Vincenzo Librandi_, Jan 07 2013

%E a(21)-a(25) from _Michael S. Branicky_, Jul 13 2023

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 August 27 22:30 EDT 2024. Contains 375471 sequences. (Running on oeis4.)