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!)
A287164 Primes having a unique partition into three squares. 0
2, 3, 5, 11, 13, 19, 37, 43, 67, 163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
D. H. Lehmer conjectures that there are no more terms (see A094739 and A094942).
LINKS
EXAMPLE
-------------------------------
| n | a(n) | representation |
|-----------------------------|
| 1 | 2 | 0^2 + 1^2 + 1^2 |
| 2 | 3 | 1^2 + 1^2 + 1^2 |
| 3 | 5 | 0^2 + 1^2 + 2^2 |
| 4 | 11 | 1^2 + 1^2 + 3^2 |
| 5 | 13 | 0^2 + 2^2 + 3^2 |
| 6 | 19 | 1^2 + 3^2 + 3^2 |
| 7 | 37 | 0^2 + 1^2 + 6^2 |
| 8 | 43 | 3^2 + 3^2 + 5^2 |
| 9 | 67 | 3^2 + 3^2 + 7^2 |
| 10 | 163 | 1^2 + 9^2 + 9^2 |
-------------------------------
157 is the prime of the form x^2 + y^2 + z^2 with x, y, z >= 0, but is not in the sequence because 157 = 0^2 + 6^2 + 11^2 = 2^2 + 3^2 + 12^2.
MATHEMATICA
Select[Range[200], Length[PowersRepresentations[#, 3, 2]] == 1 && PrimeQ[#] &]
CROSSREFS
Sequence in context: A224321 A053184 A228445 * A020607 A358719 A235631
KEYWORD
nonn,more
AUTHOR
Ilya Gutkovskiy, May 20 2017
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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)