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