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!)
A243191 Nonnegative integers represented by the indefinite quadratic form x^2+7xy-y^2. 2
0, 1, 4, 7, 9, 11, 13, 16, 17, 25, 28, 29, 36, 37, 43, 44, 47, 49, 52, 53, 59, 63, 64, 68, 77, 81, 89, 91, 97, 99, 100, 107, 112, 113, 116, 117, 119, 121, 131, 143, 144, 148, 149, 153, 163, 169, 172, 175, 176, 187, 188, 196, 197, 199, 203, 208, 211, 212, 221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Discriminant 53.
Same as nonnegative integers represented by the form x^2 - 53*y^2 (or 53*x^2 - y^2). - Robert Israel, Jun 11 2014
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MAPLE
select(t -> nops([isolve(x^2-53*y^2=t)])>0, [$0..1000]); # Robert Israel, Jun 11 2014
MATHEMATICA
Reap[For[n = 0, n <= 30, n++, If[Reduce[1*x^2 + 7*x*y - 1*y^2 == n, {x, y}, Integers] =!= False, Sow[n]]]][[2, 1]]
CROSSREFS
Cf. A141189 (primes of the form x^2+7*x*y-y^2).
Sequence in context: A024704 A131827 A035245 * A260647 A310945 A310946
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 06 2014
EXTENSIONS
More terms from Colin Barker, Jun 10 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)