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!)
A243187 Nonnegative integers of the form -x^2 + 6xy + 5y^2. 1
0, 5, 7, 10, 13, 14, 20, 26, 28, 31, 40, 45, 47, 52, 55, 56, 61, 62, 63, 77, 80, 90, 94, 101, 103, 104, 110, 112, 117, 122, 124, 125, 126, 143, 154, 157, 160, 167, 173, 175, 180, 181, 188, 199, 202, 206, 208, 215, 220, 223, 224, 229, 234, 244, 245, 248, 250, 252, 269, 271, 279, 286, 293 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Discriminant 56.
Nonnegative integers of the form 7x^2 - 2y^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 <= 300, n++, If[Reduce[-1*x^2 + 6*x*y + 5*y^2 == n, {x, y}, Integers] =!= False, Sow[n]]]][[2, 1]]
CROSSREFS
Primes: A141191.
Sequence in context: A172321 A154689 A175766 * A333308 A179196 A024325
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 May 28 22:21 EDT 2023. Contains 363028 sequences. (Running on oeis4.)