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!)
A243186 Nonnegative integers of the form x^2 + 6xy - 5y^2. 2
0, 1, 2, 4, 8, 9, 11, 16, 18, 22, 25, 32, 35, 36, 43, 44, 49, 50, 64, 65, 67, 70, 72, 81, 86, 88, 91, 98, 99, 100, 107, 113, 121, 128, 130, 134, 137, 140, 144, 155, 162, 163, 169, 172, 176, 179, 182, 193, 196, 198, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Discriminant 56.
Nonnegative integers of the form 2x^2 - 7y^2. - Jon E. Schoenfield, Jun 03 2022
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
Reap[For[n = 0, n <= 200, n++, If[Reduce[1*x^2 + 6*x*y - 5*y^2 == n, {x, y}, Integers] =!= False, Sow[n]]]][[2, 1]]
CROSSREFS
Primes: A141190.
Sequence in context: A010071 A035271 A338047 * A326673 A297126 A044814
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 05 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 April 19 15:03 EDT 2024. Contains 371793 sequences. (Running on oeis4.)