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!)
A079733 Primes of the form x^2 + y^2 + 3 (x,y nonnegative). 2
3, 5, 7, 11, 13, 19, 23, 29, 37, 43, 53, 61, 67, 71, 83, 101, 103, 107, 109, 131, 139, 149, 151, 163, 167, 173, 181, 197, 199, 211, 229, 263, 277, 293, 317, 331, 349, 359, 373, 389, 397, 419, 439, 461, 467, 487, 491, 503, 523, 541, 547, 557, 587, 599, 613, 631, 643, 653 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[upto_]:=Module[{max=Ceiling[Sqrt[upto]]}, Select[Select[Union[Total[#]+3&/@(Tuples[Range[0, max], {2}]^2)], PrimeQ], #<=upto&]]; f[1200] (* Vincenzo Librandi, Jul 15 2012 *)
CROSSREFS
Sequence in context: A191377 A095070 A350577 * A179538 A216371 A095747
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 18 2003
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 30 17:37 EDT 2024. Contains 372139 sequences. (Running on oeis4.)