A130645 Nonnegative values x of solutions (x, y) to the Diophantine equation x^2+(x+439)^2 = y^2.
0, 44, 1121, 1317, 1541, 7644, 8780, 10080, 45621, 52241, 59817, 266960, 305544, 349700, 1557017, 1781901, 2039261, 9076020, 10386740, 11886744, 52899981, 60539417, 69282081, 308324744, 352850640, 403806620, 1797049361, 2056565301, 2353558517, 10473972300
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1,0,6,-6,0,-1,1).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{1, 0, 6, -6, 0, -1, 1}, {0, 44, 1121, 1317, 1541, 7644, 8780}, 50] (* Vladimir Joseph Stephan Orlovsky, Feb 14 2012 *)
-
PARI
{forstep(n=0, 100000000, [1, 3], if(issquare(2*n^2+878*n+192721), print1(n, ",")))}
Formula
a(n) = 6*a(n-3)-a(n-6)+878 for n > 6; a(1)=0, a(2)=44, a(3)=1121, a(4)=1317, a(5)=1541, a(6)=7644.
G.f.: x*(44+1077*x+196*x^2-40*x^3-359*x^4-40*x^5) / ((1-x)*(1-6*x^3+x^6)).
a(3*k+1) = 439*A001652(k) for k >= 0.
Extensions
Edited and two terms added by Klaus Brockhaus, Apr 30 2009
Comments