Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A162579
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A162579 Primes of the form x^2 +y^2 +z^2 +x*y*z, with x, y, and z >0. +0
1
13, 29, 53, 89, 109, 113, 137, 149, 157, 173, 193, 197, 229, 257, 269, 277, 293, 313, 317, 337, 349, 353, 373, 389, 409, 433, 449, 461, 509, 557, 593, 613, 617, 653, 673, 677, 701, 709, 733, 757, 769, 773, 797, 809, 829, 853, 877, 929, 941, 953, 977, 997 (list; graph; listen)
OFFSET

1,1

EXAMPLE

13=1^2+2^2+2^2+1*2*2 with x=1, y=z=2. 29=1^2+2^2+4^2+1*2*4 with x=1, y=2, z=4.

MATHEMATICA

f[x_, y_, z_]:=x^2+y^2+z^2+x*y*z; lst={}; Do[Do[Do[p=f[x, y, z]; If[PrimeQ[p], AppendTo[lst, p]], {z, 3*4!}], {y, 3*4!}], {x, 3*4!}]; Take[Union[lst], 5! ]

CROSSREFS

Sequence in context: A153422 A166034 A010337 this_sequence A090866 A098062 A094481

Adjacent sequences: A162576 A162577 A162578 this_sequence A162580 A162581 A162582

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 06 2009

EXTENSIONS

Definition corrected and entries checked by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 14 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 22 20:51 EST 2009. Contains 167312 sequences.


AT&T Labs Research