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!)
A034021 Numbers that are primitively but not imprimitively represented by x^2+xy+y^2. 1
0, 1, 3, 7, 13, 19, 21, 31, 37, 39, 43, 57, 61, 67, 73, 79, 91, 93, 97, 103, 109, 111, 127, 129, 133, 139, 151, 157, 163, 181, 183, 193, 199, 201, 211, 217, 219, 223, 229, 237, 241, 247, 259, 271, 273, 277, 283, 291, 301, 307, 309, 313, 327, 331, 337, 349, 367 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers that are squarefree and primitively represented by x^2+x*y+y^2. - Frank M Jackson, Nov 08 2013
LINKS
MATHEMATICA
lst = {}; Do[k=x^2+x*y+y^2; If[(SquareFreeQ[k] && GCD[x, y]==1) || k==0, AppendTo[lst, k]], {x, 0, 100}, {y, 0, x}]; Union@lst (* Frank M Jackson, Nov 08 2013 *)
CROSSREFS
Sequence in context: A352140 A258117 A034017 * A216516 A364722 A310260
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended by Ray Chandler, Jan 29 2009
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 19 13:25 EDT 2024. Contains 372694 sequences. (Running on oeis4.)