|
Search: id:A024507
|
|
|
| A024507 |
|
Numbers that are the sum of 2 distinct nonzero squares, including repetitions. |
|
+0 12
|
|
| 5, 10, 13, 17, 20, 25, 26, 29, 34, 37, 40, 41, 45, 50, 52, 53, 58, 61, 65, 65, 68, 73, 74, 80, 82, 85, 85, 89, 90, 97, 100, 101, 104, 106, 109, 113, 116, 117, 122, 125, 125, 130, 130, 136, 137, 145, 145, 146, 148, 149, 153, 157, 160, 164, 169, 170, 170, 173, 178, 180, 181, 185, 185, 193
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Index entries for sequences related to sums of squares
|
|
MATHEMATICA
|
lst={}; Do[Do[x=a^2; Do[y=b^2; If[x+y==n, AppendTo[lst, n]], {b, Floor[(n-x)^(1/2)], a+1, -1}], {a, Floor[n^(1/2)], 1, -1}], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 22 2009]
|
|
CROSSREFS
|
Cf. A009000, A009003, A024507, A004431, A055096.
Sequence in context: A092604 A050127 A072284 this_sequence A004431 A025302 A055096
Adjacent sequences: A024504 A024505 A024506 this_sequence A024508 A024509 A024510
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Clark Kimberling (ck6(AT)evansville.edu)
|
|
|
Search completed in 0.002 seconds
|