cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A078139 Primes which cannot be written as sum of squares>1.

Original entry on oeis.org

2, 3, 5, 7, 11, 19, 23
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 19 2002

Keywords

Comments

From Hieronymus Fischer, Nov 11 2007: (Start)
Equivalently, prime numbers which cannot be written as sum of squares of primes (see A078137 for the proof).
Equivalently, prime numbers which cannot be written as sum of squares of 2 and 3 (see A078137 for the proof).
The sequence is finite, since numbers > 23 can be written as sums of squares >1 (see A078135).
Explicit representation as sum of squares of primes, or rather of squares of 2 and 3, for numbers m>23: we have m=c*2^2+d*3^2, where c:=(floor(m/4) - 2*(m mod 4))>=0, d:=m mod 4. For that, the finiteness of the sequence is proved. (End)

Crossrefs