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!)
A207261 Primes of the form x^(2*y) + y^(2*x), for x and y > 1. 1
10657, 274200257, 304606801, 92205451297, 22876799984497, 1853020205629057, 59604706692754849, 523348059906214747850254177, 144226335084562589858781936977, 25053659285408524696023221081716801, 100000000000037589973457545958193355601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If x or y = 1, we obtain primes of the form x^2 + 1 (or y^2 + 1) corresponding to the sequence A002496(n). The first value of this sequence, a(1) = 10657, is not of the form x^2 + 1.
LINKS
EXAMPLE
10657 is in the sequence because if (x,y) = (3,4), then 3^(2*4) + 4^(2*3) = 6561 + 4096 = 10657.
MATHEMATICA
a={}; Do[Do[k=x^(2*y)+y^(2*x); If[PrimeQ[k], AppendTo[a, k]], {x, 2, y}], {y, 2, 200}]; Union[a]
CROSSREFS
Sequence in context: A138254 A154510 A157326 * A250524 A251062 A238150
KEYWORD
nonn
AUTHOR
Michel Lagneau, Feb 16 2012
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 September 11 10:08 EDT 2024. Contains 375827 sequences. (Running on oeis4.)