Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137364
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137364 Prime numbers n such that n = p1^2 + p2^2 + p3^2, a sum of squares of 3 distinct prime numbers. +0
1
83, 179, 227, 347, 419, 419, 467, 491, 563, 587, 659, 659, 827, 971, 1019, 1019, 1091, 1259, 1427, 1499, 1499, 1667, 1811, 1811, 1907, 1907, 1979, 1979, 2027, 2243, 2267, 2339, 2339, 2531, 2579, 2699, 2819, 2843, 2939, 3347, 3539, 3539, 3659, 3659, 3779 (list; graph; listen)
OFFSET

1,1

COMMENT

Multiple solutions with different sets {p1,p2,p3} are indicated by repeating the entry for each solution. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 12 2008

EXAMPLE

83=3^2+5^2+7^2;

179=3^2+7^2+11^2;

227=3^2+7^2+13^2.

MATHEMATICA

Array[r, 99]; Array[y, 99]; For[i = 0, i < 10^2, r[i] = y[i] = 0; i++ ]; z = 4^2; n = 0; For[i1 = 1, i1 < z, a = Prime[i1]; a2 = a^2; For[i2 = i1 + 1, i2 < z, b = Prime[i2]; b2 = b^2; For[i3 = i2 + 1, i3 < z, c = Prime[i3]; c2 = c^2; p = a2 + b2 + c2; If[PrimeQ[p], Print[a2, " + ", b2, " + ", c2, " = ", p]; n++; r[n] = p]; i3++ ]; i2++ ]; i1++ ]; Sort[Array[r, 39]]

CROSSREFS

Adjacent sequences: A137361 A137362 A137363 this_sequence A137365 A137366 A137367

Sequence in context: A142332 A111078 A106962 this_sequence A106094 A142443 A044415

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 09 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 12 2008

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research