Name edited by Altug Alkan, Dec 24 2015
Name edited by Altug Alkan, Dec 24 2015
Numbers that can be written as a sum of at least 2 squares of consecutive positive integer squaresintegers.
A subseqeuce of A212016. This sequence focuses on the squares of consecutive positive squaresintegers. A212016 lists sums of two or more consecutive all integer squares. - Altug Alkan, Dec 24 2015
Numbers that can be written as a sum of at least 2 consecutive positive integer squares.
A subseqeuce of A212016. This sequence focuses on the positive squares. A212016 lists sums of two or more consecutive integer squares. - Altug Alkan, Dec 24 2015
Numbers that can be written as a sum of at least 2 consecutive positive squares.
approved
editing
editing
approved
Numbers are listed without multiplicity: 365 is the first term that is the sum of two or more squares in more than one way. See A062681 for other numbers of that form. - _M. F. Hasler_, Dec 22 2013
Numbers are listed without multiplicity: 365 is the first term that is the sum of two or more squares in more than one way. See A062681 for other numbers of that form.
(PARI) N=20; a=[]; for(i=2, N, for(k=1, i-1, if(N^2*2>t=sum(j=i-k, i, j^2), a=setunion(a, Set(t)), break))); a \\ - M. F. Hasler, Dec 22 2013
approved
editing
proposed
approved
editing
proposed