A130610 Nonnegative values x of solutions (x, y) to the Diophantine equation x^2+(x+359)^2 = y^2.
0, 40, 901, 1077, 1281, 6160, 7180, 8364, 36777, 42721, 49621, 215220, 249864, 290080, 1255261, 1457181, 1691577, 7317064, 8493940, 9860100, 42647841, 49507177, 57469741, 248570700, 288549840, 334959064, 1448777077, 1681792581
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,6,-6,0,-1,1).
Crossrefs
Programs
-
PARI
{forstep(n=0, 100000000, [1, 3], if(issquare(2*n^2+718*n+128881), print1(n, ",")))}
Formula
a(n) = 6*a(n-3)-a(n-6)+718 for n > 6; a(1)=0, a(2)=40, a(3)=901, a(4)=1077, a(5)=1281, a(6)=6160.
G.f.: x*(40+861*x+176*x^2-36*x^3-287*x^4-36*x^5) / ((1-x)*(1-6*x^3+x^6)).
a(3*k+1) = 359*A001652(k) for k >= 0.
Extensions
Edited and two terms added by Klaus Brockhaus, Apr 30 2009
Comments