login
Squares which can be represented as sum of (at least two) consecutive primes in exactly one way.
0

%I #8 Apr 13 2016 02:44:31

%S 49,121,144,169,324,484,625,900,1089,1156,1369,1444,1681,2116,2916,

%T 3249,3600,3844,4225,4900,5184,5329,6241,6889,7396,7744,8100,8649,

%U 8836,9025,10201,11449,11881,12100,12769,14161,14400,14884,15129,16384,17689

%N Squares which can be represented as sum of (at least two) consecutive primes in exactly one way.

%e 49 = 13 + 17 + 19 But not 36 since 36 = 5 + 7 + 11 + 13 = 17 + 19.

%K nonn

%O 1,1

%A _Gaurav Kumar_, Jul 23 2009

%E Offset corrected by _Arkadiusz Wesolowski_, Mar 28 2012