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!)
A047701 All positive numbers that are not the sum of 5 nonzero squares. 6

%I #26 Sep 03 2013 05:42:02

%S 1,2,3,4,6,7,9,10,12,15,18,33

%N All positive numbers that are not the sum of 5 nonzero squares.

%D J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 33, pp 12, Ellipses, Paris 2008.

%D E. Grosswald, Representations of Integers as Sums of Squares. Springer-Verlag, NY, 1985, Theorem 2., p. 73.

%D Ivan Niven and Herbert S. Zuckerman, An Introduction to the Theory of Numbers, New York: John Wiley (1980), p. 145

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

%e 4 = 1^2 + 1^2 + 1^2 + 1^2 + 0^2, but the last square is 0, and hence 4 is in the sequence.

%e 5 = 1^2 + 1^2 + 1^2 + 1^2 + 1^2, and therefore 5 is not in the sequence.

%t Select[ Range[100], Select[ PowersRepresentations[#, 5, 2], FreeQ[#, 0]& ] == {}& ] (* _Jean-François Alcover_, Sep 03 2013 *)

%Y Cf. A047700, A000534, A180968 (not the sum of 6 squares).

%K nonn,full,fini

%O 1,2

%A Arlin Anderson (starship1(AT)gmail.com)

%E Name changed. - _Wolfdieter Lang_, Mar 28 2013

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 16 10:24 EDT 2024. Contains 371700 sequences. (Running on oeis4.)