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!)
A025299 Numbers that are the sum of 2 nonzero squares in 8 or more ways. 5

%I #17 Aug 05 2021 07:31:50

%S 27625,32045,40885,45305,47125,55250,58565,60125,61625,64090,66625,

%T 67405,69745,71825,77285,78625,80665,81770,86125,87125,90610,91205,

%U 93925,94250,98345,98605,99125,99905,101065,107185,110500,111605,112625,114985

%N Numbers that are the sum of 2 nonzero squares in 8 or more ways.

%H Robert Price, <a href="/A025299/b025299.txt">Table of n, a(n) for n = 1..98</a>

%H <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a>

%t nn = 114985; t = Table[0, {nn}]; lim = Floor[Sqrt[nn - 1]]; Do[num = i^2 + j^2; If[num <= nn, t[[num]]++], {i, lim}, {j, i}]; Flatten[Position[t, _?(# >= 8 &)]] (* _T. D. Noe_, Apr 07 2011 *)

%Y Cf. A025291, A025298, A025300, A025336.

%K nonn

%O 1,1

%A _David W. Wilson_

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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)