login
A230622
Values of x such that x^2 + y^2 = 17^n with x and y coprime and 0 < x < y.
9
1, 8, 47, 161, 404, 495, 2908, 31679, 203996, 905768, 2529647, 4839120, 4291039, 116593352, 859799153, 4896306240, 14978251196, 35359140465, 28242853388, 375162560801, 3481428994004, 21473668418415, 85367854683953, 228866364286560
OFFSET
1,2
COMMENTS
The corresponding y-values are in A230623.
LINKS
Chris Busenhart, Lorenz Halbeisen, Norbert Hungerbühler, Oliver Riesen, On primitive solutions of the Diophantine equation x^2+ y^2= M, Eidgenössische Technische Hochschule (ETH Zürich, Switzerland, 2020).
EXAMPLE
a(2)=8 because 8^2+15^2=289=17^2.
MATHEMATICA
Table[Select[PowersRepresentations[17^n, 2, 2], CoprimeQ@@#&][[1, 1]], {n, 1, 40}] (* Vincenzo Librandi, Mar 02 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Colin Barker, Oct 26 2013
STATUS
approved