A243187 Nonnegative integers of the form -x^2 + 6xy + 5y^2.
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
Offset: 1
Keywords
Links
- N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
Crossrefs
Primes: A141191.
Programs
-
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]]
Comments