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”).

A372518
Positive numbers primitively represented by the indefinite quadratic form x^2 + 13xy - 9y^2.
2
1, 5, 21, 39, 51, 59, 81, 91, 105, 119, 131, 139, 141, 159, 189, 195, 201, 221, 241, 255, 269, 271, 279, 291, 295, 329, 351, 359, 369, 371, 405, 409, 411, 441, 455, 459, 469, 471, 501, 541, 549, 569, 579, 595, 599, 611, 651, 655, 661, 679, 681, 689, 695, 699
OFFSET
1,2
COMMENTS
Discriminant 205.
LINKS
PROG
(SageMath)
load('https://raw.githubusercontent.com/PeterLuschny/BinaryQuadraticForms/main/BinaryQF.sage')
Q = binaryQF([1, 13, -9])
print(Q.represented_positives(700, 'primitively'))
CROSSREFS
Cf. A243701 (primes), A243702 (all), this sequence (primitively).
Sequence in context: A038844 A303521 A365767 * A147345 A146022 A054286
KEYWORD
nonn
AUTHOR
Peter Luschny, May 04 2024
STATUS
approved