A085317 Primes which are the sum of three nonzero squares.
3, 11, 17, 19, 29, 41, 43, 53, 59, 61, 67, 73, 83, 89, 97, 101, 107, 109, 113, 131, 137, 139, 149, 157, 163, 173, 179, 181, 193, 197, 211, 227, 229, 233, 241, 251, 257, 269, 277, 281, 283, 293, 307, 313, 317, 331, 337, 347, 349, 353, 373, 379, 389, 397, 401
Offset: 1
Keywords
Examples
101 is a term since 101 = 64 + 36 + 1 = 8^2 + 6^2 + 1^2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
lst={}; lim=32; Do[n=a^2+b^2+c^2; If[n
Harvey P. Dale, Jun 18 2022 *)
Comments