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!)
A269836 Primes p of the form n^(2*n) + 1. 0

%I #7 Sep 08 2022 08:46:16

%S 2,17,65537

%N Primes p of the form n^(2*n) + 1.

%C Prime terms from A167436.

%C Also primes p of the form (n^2)^n + 1.

%C Corresponding values of n: 1, 2, 4, ...; if a(4) exists, n must be bigger than 1024.

%e 65537 = 4^8 + 1 = 16^4 + 1.

%t Select[Table[n^(2n)+1,{n,20}],PrimeQ] (* _Harvey P. Dale_, Apr 01 2021 *)

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

%Y Cf. A121270 (primes of the form n^n + 1), A167436 (n^(2*n) + 1).

%K nonn,more

%O 1,1

%A _Jaroslav Krizek_, Mar 06 2016

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 March 28 04:13 EDT 2024. Contains 371235 sequences. (Running on oeis4.)