editing
approved
editing
approved
A169580(n) = a(n)^2. - R. J. Mathar, Aug 15 2023
approved
editing
editing
approved
T. D. Noe, <a href="/A005767/b005767.txt">Table of n, a(n) for n = 1..1000</a>
a(n) = n + 2*log_2(n) + O(1). - Charles R Greathouse IV, Sep 01 2015
nonn,easy
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
O. Fraser and B. Gordon, On representing a square as the sum of three squares, Amer. Math. Monthly, 76 (1969), 922-923.
O. Fraser and B. Gordon, <a href="http://www.jstor.org/stable/2317949">On representing a square as the sum of three squares</a>, Amer. Math. Monthly, 76 (1969), 922-923.
N. J. A. Sloane, RALPH PETERSON Ralph Peterson (ralphp(AT)LIBRARYlibrary.NRLnrl.NAVYnavy.MILmil)
proposed
editing
editing
proposed
z=100; lst={}; Do[a2=a^2; Do[b2=b^2; Do[c2=c^2; e2=a2+b2+c2; e=Sqrt[e2]; If[IntegerQ[e]&&e<=z, AppendTo[lst, e]], {c, b, 1, -1}], {b, a, 1, -1}], {a, 1, z}]; Union@lst [From _(* _Vladimir Joseph Stephan Orlovsky_, May 19 2010] *)
More terms from _T. D. Noe, _, Mar 04 2010
approved
editing