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!)
A372518 Positive numbers primitively represented by the indefinite quadratic form x^2 + 13xy - 9y^2. 2

%I #7 May 04 2024 10:30:05

%S 1,5,21,39,51,59,81,91,105,119,131,139,141,159,189,195,201,221,241,

%T 255,269,271,279,291,295,329,351,359,369,371,405,409,411,441,455,459,

%U 469,471,501,541,549,569,579,595,599,611,651,655,661,679,681,689,695,699

%N Positive numbers primitively represented by the indefinite quadratic form x^2 + 13xy - 9y^2.

%C Discriminant 205.

%H Peter Luschny, <a href="https://github.com/PeterLuschny/BinaryQuadraticForms">Binary Quadratic Forms</a>, GitHub 2024.

%o (SageMath)

%o load('https://raw.githubusercontent.com/PeterLuschny/BinaryQuadraticForms/main/BinaryQF.sage')

%o Q = binaryQF([1, 13, -9])

%o print(Q.represented_positives(700, 'primitively'))

%Y Cf. A243701 (primes), A243702 (all), this sequence (primitively).

%K nonn

%O 1,2

%A _Peter Luschny_, May 04 2024

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 July 30 03:39 EDT 2024. Contains 374734 sequences. (Running on oeis4.)