login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024508 Numbers that are a sum of 2 distinct nonzero squares in more than one way. 6
65, 85, 125, 130, 145, 170, 185, 205, 221, 250, 260, 265, 290, 305, 325, 340, 365, 370, 377, 410, 425, 442, 445, 481, 485, 493, 500, 505, 520, 530, 533, 545, 565, 580, 585, 610, 625, 629, 650, 680, 685, 689, 697, 725, 730, 740, 745, 754, 765, 785, 793, 820 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Appears to be n such that sigma(n)==0 (mod 4) and n is expressible as a sum of 2 squares. - Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 20 2003

LINKS

Index entries for sequences related to sums of squares

G. Xiao, Two squares

MATHEMATICA

lst={}; q=-1; k=1; Do[Do[x=a^2; Do[y=b^2; If[x+y==n, If[n==q&&k==1, AppendTo[lst, n]]; If[n!=q, q=n; k=1, k++ ]], {b, Floor[(n-x)^(1/2)], a+1, -1}], {a, Floor[n^(1/2)], 1, -1}], {n, 2*6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 22 2009]

CROSSREFS

Cf. A001481.

Sequence in context: A056693 A164282 A025312 * A025303 A071011 A165158

Adjacent sequences:  A024505 A024506 A024507 * A024509 A024510 A024511

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:45 EST 2012. Contains 205978 sequences.