cp's OEIS Frontend

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.

A132594 Values X satisfying the equation: X(X + 1) - 7*Y^2 = 0.

This page as a plain text file.
%I A132594 #16 Mar 02 2024 01:28:55
%S A132594 0,63,16128,4096575,1040514048,264286471743,67127723308800,
%T A132594 17050177433963583,4330677940503441408,1099975146710440154175,
%U A132594 279389356586511295719168,70963796597827158672514623
%N A132594 Values X satisfying the equation: X(X + 1) - 7*Y^2 = 0.
%C A132594 The full set of integer solutions to this equation consists of the pairs [X(i),Y(i)] = [1+-A001081(i), Y(i)=A001080(i)]. The present generates every second one of them: a(n) = [A001081(2n)-1]/2. - _R. J. Mathar_, Nov 20 2007
%H A132594 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (255, -255, 1).
%F A132594 a(0)=0, a(1)=63 and a(n)=254*a(n-1) - a(n-2) + 126.
%F A132594 G.f.: -63*x*(1+x)/(-1+x)/(1-254*x+x^2). a(n) = [A001081(2n)-1]/2. - _R. J. Mathar_, Nov 20 2007
%F A132594 a(0)=0, a(1)=63, a(2)=16128, a(n)=255*a(n-1)-255*a(n-2)+a(n-3). - _Harvey P. Dale_, Dec 15 2012
%t A132594 LinearRecurrence[{255,-255,1},{0,63,16128},20] (* _Harvey P. Dale_, Dec 15 2012 *)
%Y A132594 Cf. A007654.
%Y A132594 Cf. A001080, A001081.
%K A132594 nonn
%O A132594 0,2
%A A132594 _Mohamed Bouhamida_, Nov 14 2007
%E A132594 More terms from _Max Alekseyev_, Nov 13 2009