Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094712
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094712 Primes that are not the sum of three positive squares. +0
3
2, 5, 7, 13, 23, 31, 37, 47, 71, 79, 103, 127, 151, 167, 191, 199, 223, 239, 263, 271, 311, 359, 367, 383, 431, 439, 463, 479, 487, 503, 599, 607, 631, 647, 719, 727, 743, 751, 823, 839, 863, 887, 911, 919, 967, 983, 991 (list; graph; listen)
OFFSET

1,1

COMMENT

Except for primes 2, 5, 13 and 37, this sequence consists all primes p such that p = 7 (mod 8). The density of these primes is 0.25.

MATHEMATICA

lst={}; lim=32; Do[n=a^2+b^2+c^2; If[n<lim^2 && PrimeQ[n], lst=Union[lst, {n}]], {a, lim}, {b, a, Sqrt[lim^2-a^2]}, {c, b, Sqrt[lim^2-a^2-b^2]}]; Complement[Prime[Range[PrimePi[lst[[ -1]]]]], lst]

CROSSREFS

Cf. A085317 (primes that are the sum of three positive squares).

Sequence in context: A032719 A045355 A165319 this_sequence A095281 A106889 A155028

Adjacent sequences: A094709 A094710 A094711 this_sequence A094713 A094714 A094715

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), May 21 2004

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research