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

%I #12 Sep 08 2022 08:46:24

%S 1,2,14,22,120

%N Numbers k such that k^(k+1)*(k+1)^k + 1 is prime.

%C a(6) > 10^3.

%C Numbers k such that A051443(k)+1 is prime. - _Michel Marcus_, Oct 08 2019

%t Select[Range[120], PrimeQ[#^(# + 1)*(# + 1)^# + 1] &] (* _Amiram Eldar_, Oct 08 2019 *)

%o (Magma) [n: n in [1..500] | IsPrime(n^(n+1)*(n+1)^n+1)];

%Y Cf. A000040, A051443.

%K nonn,more

%O 1,2

%A _Juri-Stepan Gerasimov_, Oct 08 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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)