%I A123654
%S A123654 0,264,1491,2427,3811,10764,16180,24220,64711,96271,143127,379120,
%T A123654 563064,836160,2211627,3283731,4875451,12892260,19140940,28418164,
%U A123654 75143551,111563527,165635151,437970664,650241840,965394360,2552682051
%N A123654 Nonnegative values x of solutions (x, y) to the Diophantine equation
x^2+(x+809)^2 = y^2.
%C A123654 Also values x of Pythagorean triples (x, x+809, y).
%C A123654 Corresponding values y of solutions (x, y) are in A160203.
%C A123654 lim_{n -> infinity} a(n)/a(n-3) = 3+2*sqrt(2).
%C A123654 lim_{n -> infinity} a(n)/a(n-1) = (873+232*sqrt(2))/809 for n mod 3 =
{1, 2}.
%C A123654 lim_{n -> infinity} a(n)/a(n-1) = (989043+524338*sqrt(2))/809^2 for n
mod 3 = 0.
%F A123654 a(n) = 6*a(n-3)-a(n-6)+1618 for n > 6; a(1)=0, a(2)=264, a(3)=1491, a(4)=2427,
a(5)=3811, a(6)=10764.
%F A123654 G.f.: x*(264+1227*x+936*x^2-200*x^3-409*x^4-200*x^5) / ((1-x)*(1-6*x^3+x^6)).
%F A123654 a(3*k+1) = 809*A001652(k) for k >= 0.
%o A123654 (PARI) {forstep(n=0, 10000000, [3, 1], if(issquare(2*n^2+1618*n+654481),
print1(n, ",")))}
%Y A123654 Cf. A160203, A001652, A115135, A156035 (decimal expansion of 3+2*sqrt(2)),
A160204 (decimal expansion of (873+232*sqrt(2))/809), A160205 (decimal
expansion of (989043+524338*sqrt(2))/809^2).
%Y A123654 Sequence in context: A050240 A105683 A160971 this_sequence A014745 A004533
A092724
%Y A123654 Adjacent sequences: A123651 A123652 A123653 this_sequence A123655 A123656
A123657
%K A123654 nonn
%O A123654 1,2
%A A123654 Mohamed Bouhamida (bhmd95(AT)yahoo.fr), Jun 03 2007
%E A123654 Edited and two terms added by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de),
May 18 2009
|