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
2, 17, 65537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime terms from A167436.
Also primes p of the form (n^2)^n + 1.
Corresponding values of n: 1, 2, 4, ...; if a(4) exists, n must be bigger than 1024.
LINKS
EXAMPLE
65537 = 4^8 + 1 = 16^4 + 1.
MATHEMATICA
Select[Table[n^(2n)+1, {n, 20}], PrimeQ] (* Harvey P. Dale, Apr 01 2021 *)
PROG
(Magma) [n^(2*n) + 1: n in [1..700] | IsPrime(n^(2*n) + 1)]
CROSSREFS
Cf. A121270 (primes of the form n^n + 1), A167436 (n^(2*n) + 1).
Sequence in context: A003819 A078624 A163319 * A114950 A112969 A208208
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Mar 06 2016
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 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)