This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A062681 #19 Nov 27 2014 17:01:54 %S A062681 365,1405,1730,2030,3281,3655,3740,4510,4705,4760,5244,5434,5915,7230, %T A062681 7574,8415,9385,11055,11900,12325,12524,14905,16745,17484,18879,19005, %U A062681 19855,20449,20510,21790,22806,23681,25580,25585,27230,27420,28985 %N A062681 Numbers that are sums of 2 or more consecutive squares in more than 1 way. %C A062681 A subsequence of A174069; A111044 is the subsequence of numbers allowing at least 3 representations of the given form. - _M. F. Hasler_, Dec 23 2013 %H A062681 David W. Wilson, <a href="/A062681/b062681.txt">Table of n, a(n) for n = 1..10000</a> %H A062681 G. Campbell et al., <a href="http://www.linkedin.com/groups/Sums-consecutive-squares-in-two-4510047.S.5819464952494174208">Sums of consecutive squares in two or more ways</a>, discussion in Number Theory group on LinkedIn, Dec 2013 %e A062681 365 = 10^2 + 11^2 + 12^2 = 13^2 + 14^2. %o A062681 (PARI) {N=200;A174069=[];A062681=[];for(i=2,N,for(k=1,i-1,setsearch(A174069,t=sum(j=i-k,i,j^2))&&(A062681=setunion(A062681,Set(t)))&&next;t>N^2*2&&break;A174069=setunion(A174069,Set(t))));A062681} \\ _M. F. Hasler_, Dec 22 2013 %Y A062681 Cf. A174069, A111044. %K A062681 easy,nonn %O A062681 1,1 %A A062681 _Erich Friedman_, Jul 04 2001