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!)
A020671 Numbers of form x^2 + 8 y^2. 2
0, 1, 4, 8, 9, 12, 16, 17, 24, 25, 32, 33, 36, 41, 44, 48, 49, 57, 64, 68, 72, 73, 76, 81, 88, 89, 96, 97, 100, 108, 113, 121, 128, 129, 132, 136, 137, 144, 152, 153, 164, 169, 172, 176, 177, 192, 193, 196, 200, 201, 204, 209, 216, 225, 228, 233, 236, 241, 249, 256, 257 (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=260; k=8; 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..230] | NormEquation(8, n) eq true]; // Vincenzo Librandi, Aug 31 2016
CROSSREFS
Cf. A007519.
Sequence in context: A004753 A144794 A047462 * A171598 A259241 A289553
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 June 9 01:05 EDT 2024. Contains 373227 sequences. (Running on oeis4.)