login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A243705
Nonnegative numbers represented by the indefinite quadratic form 3x^2+13xy-3y^2.
1
0, 3, 7, 12, 13, 15, 17, 27, 28, 35, 47, 48, 52, 53, 60, 63, 65, 67, 68, 75, 85, 93, 97, 108, 112, 117, 123, 135, 137, 140, 147, 153, 157, 167, 175, 177, 183, 188, 192, 193, 208, 212, 217, 227, 233, 235, 240, 243, 252, 257, 260, 263, 265, 268
OFFSET
1,2
COMMENTS
Discriminant 205.
12*a(n) has the form z^2 - 205*y^2, where z = 6*x+13*y. In fact, this is a particular case of the following identity on the numbers of the form a*x^2+b*x*y+c*y^2: 4*a*(a*x^2+b*x*y+c*y^2) = (2*a*x+b*y)^2-(b^2 -4*a*c)*y^2. [Bruno Berselli, Jun 20 2014]
PROG
(C++) // Jagy's program, see link.
// Conway_Positive_All 3 13 -3 500
CROSSREFS
Primes: A243706.
Sequence in context: A332464 A256563 A349888 * A057927 A298788 A056772
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 17 2014
STATUS
approved