login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A237609
Positive integers k such that x^2 - 9xy + y^2 + k = 0 has integer solutions.
8
7, 13, 17, 19, 28, 41, 52, 61, 63, 68, 73, 76, 77, 83, 101, 112, 117, 131, 139, 143, 153, 161, 164, 167, 171, 173, 175, 187, 208, 209, 227, 241, 244, 252, 259, 271, 272, 283, 292, 293, 299, 304, 307, 308, 325, 332, 343, 349, 369, 371, 391, 404, 409, 425, 437
OFFSET
1,1
EXAMPLE
7 is in the sequence because x^2 - 9xy + y^2 + 7 = 0 has integer solutions, for example (x, y) = (1, 8).
PROG
(PARI) is(n)=bnfisintnorm(bnfinit(x^2-9*x+1), -n) \\ Ralf Stephan, Feb 11 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Colin Barker, Feb 10 2014
STATUS
approved