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!)
A243702 Nonnegative numbers represented by the indefinite quadratic form x^2 + 13xy - 9y^2. 1
0, 1, 4, 5, 9, 16, 20, 21, 25, 36, 39, 45, 49, 51, 59, 64, 80, 81, 84, 91, 100, 105, 119, 121, 125, 131, 139, 141, 144, 156, 159, 169, 180, 189, 195, 196, 201, 204, 221, 225, 236, 241, 245, 255, 256, 269, 271, 279, 289, 291, 295, 320, 324, 329, 336, 351, 359 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Discriminant 205.
LINKS
Peter Luschny, Binary Quadratic Forms, GitHub 2024.
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
PROG
(C++) // Jagy's program, see link.
// Conway_Positive_All 1 13 -9 500
(SageMath)
load('https://raw.githubusercontent.com/PeterLuschny/BinaryQuadraticForms/main/BinaryQF.sage')
Q = binaryQF([1, 13, -9])
print(Q.represented_positives(360, 'all')) # '0' is missing as indicated by the function name. # Peter Luschny, May 04 2024
CROSSREFS
Cf. A243701 (primes), A243702 (this sequence), A372518 (primitively).
Sequence in context: A087948 A010437 A020682 * A155565 A278336 A051216
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Jun 17 2014
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 May 8 10:08 EDT 2024. Contains 372332 sequences. (Running on oeis4.)