The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020672 Numbers of form x^2 + 9 y^2. 3
0, 1, 4, 9, 10, 13, 16, 18, 25, 34, 36, 37, 40, 45, 49, 52, 58, 61, 64, 72, 73, 81, 82, 85, 90, 97, 100, 106, 109, 117, 121, 130, 136, 144, 145, 148, 153, 157, 160, 162, 169, 178, 180, 181, 193, 196, 202, 205, 208, 225, 226, 229, 232, 234, 241, 244, 250, 256, 261, 265, 274 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
lim=300; k=9; Union@Flatten@Table[x^2 + k y^2, {y, 0, Sqrt[lim/k]}, {x, 0, Sqrt[lim-k y^2]}] (* Vincenzo Librandi, Aug 31 2016 *)
PROG
(Magma) [n: n in [0..300] | NormEquation(9, n) eq true]; // Vincenzo Librandi, Aug 31 2016
CROSSREFS
Primes: A068228.
Sequence in context: A086390 A038029 A197039 * A028837 A178241 A028839
KEYWORD
easy,nonn
AUTHOR
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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)