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
1, 2, 14, 22, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) > 10^3.
Numbers k such that A051443(k)+1 is prime. - Michel Marcus, Oct 08 2019
LINKS
MATHEMATICA
Select[Range[120], PrimeQ[#^(# + 1)*(# + 1)^# + 1] &] (* Amiram Eldar, Oct 08 2019 *)
PROG
(Magma) [n: n in [1..500] | IsPrime(n^(n+1)*(n+1)^n+1)];
CROSSREFS
Sequence in context: A190045 A247035 A069512 * A116639 A220274 A036433
KEYWORD
nonn,more
AUTHOR
STATUS
approved

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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)