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!)
A162573 Primes of the form 2^x+x*y+2^y, with x and y integers of any sign. 4
2, 3, 5, 13, 17, 89, 137, 157, 257, 523, 547, 2089, 2659, 4217, 8821, 16553, 34981, 65537, 65761, 262433, 524309, 524353, 524971, 2097223, 2097289, 2097427, 2099431, 8390909, 10486243, 35652109, 134217757, 536871089, 536873279 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Allowing either sign in x or y leads to fractions 2^x or 2^y if x or y are negative,
but since the sum must be integer, only the case x=y=-1 matters in these quadrants. - R. J. Mathar, Jul 31 2007
LINKS
MATHEMATICA
f[x_, y_]:=2^x+x*y+2^y; lst={}; Do[Do[p=f[x, y]; If[PrimeQ[p], AppendTo[lst, p]], {y, -5!, 6!}], {x, -5!, 6!}]; Take[Union[lst], 5! ]
CROSSREFS
Sequence in context: A108562 A087523 A073919 * A349785 A087356 A281598
KEYWORD
nonn
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.)