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!)
A242661 Nonnegative integers of the form x^2 + 4xy - 2y^2. 1
0, 1, 3, 4, 9, 10, 12, 16, 19, 25, 27, 30, 36, 40, 43, 46, 48, 49, 57, 58, 64, 67, 73, 75, 76, 81, 90, 94, 97, 100, 106, 108, 115, 120, 121, 129, 138, 139, 142, 144, 145, 147, 160, 163, 169, 171, 172, 174, 184, 190, 192, 193, 196, 201, 202, 211, 219, 225, 228, 232, 235, 241, 243, 250, 256, 265, 268, 270, 282, 283, 289, 291, 292, 298, 300 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Discriminant 24.
From Jon E. Schoenfield, Jun 03 2022: (Start)
Also nonnegative integers of the form 3x^2 - 2y^2.
Also nonnegative integers of the form x^2 - 6y^2. (End)
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[x^2 + 4*x*y - 2*y^2 == n, {x, y}, Integers] =!= False, Sow[n]]]][[2, 1]]
CROSSREFS
Primes in this sequence = A141170.
Sequence in context: A283985 A275893 A325196 * A336226 A339658 A344297
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 31 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)