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!)
A287842 Primes of the form (1 + x)^(2^y) + x^(2^y) where x is a divisor of y. 1
5, 17, 97, 257, 65537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Juri-Stepan Gerasimov, x^(y + 1) - y^x, SeqFan list, Aug 18 2014.
Eric Weisstein's World of Mathematics, Fermat Prime.
EXAMPLE
97 is in this sequence because (1 + 2)^(2^2) + 2^(2^2) = 97 is prime and 2 is a divisor of 2.
MATHEMATICA
Sort@ Flatten@ Table[Function[{x, y}, Select[(1 + x)^(2^y) + x^(2^y), PrimeQ]] @@ {Divisors@ #, #} &@ n, {n, 12}] (* Michael De Vlieger, Jun 01 2017 *)
CROSSREFS
Subsequence of A285886.
Cf. A019434.
Sequence in context: A367921 A180382 A250717 * A254759 A139390 A145824
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)