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 A163244 #14 Jul 08 2022 08:57:34 %S A163244 36,49,100,121,144,169,324,484,576,625,841,900,961,1089,1156,1369, %T A163244 1444,1681,1764,1849,2116,2209,2304,2916,3249,3600,3844,4225,4900, %U A163244 5184,5329,6241,6889,7056,7396,7744,8100,8649,8836,9025,10201,11449,11881,12100,12769 %N A163244 Squares which can be represented as sum of consecutive primes. %e A163244 36 = 5 + 7 + 11 + 13. %t A163244 With[{nn=50},Take[Table[Select[Total/@Partition[Prime[Range[ 1000]],n,1], IntegerQ[ Sqrt[ #]]&],{n,2,nn}]//Flatten//Union,nn]] (* _Harvey P. Dale_, May 27 2017 *) %Y A163244 Cf. A163247. %K A163244 nonn %O A163244 1,1 %A A163244 _Gaurav Kumar_, Jul 23 2009 %E A163244 Missing terms reported by _Zak Seidov_ added by _Gaurav Kumar_, Jul 25 2009