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.

A098261 Chebyshev polynomials S(n,627) + S(n-1,627) with Diophantine property.

Original entry on oeis.org

1, 628, 393755, 246883757, 154795721884, 97056670737511, 60854377756697513, 38155597796778603140, 23923498964202427471267, 14999995694957125245881269, 9404973377239153326740084396
Offset: 0

Views

Author

Wolfdieter Lang, Sep 10 2004

Keywords

Comments

(25*a(n))^2 - 629*b(n)^2 = -4 with b(n)=A098262(n) give all positive solutions of this Pell equation.

Examples

			All positive solutions of Pell equation x^2 - 629*y^2 = -4 are (25=25*1,1), (15700=25*628,626), (9843875=25*393755,392501), (6172093925=25*246883757,246097501), ...
		

Formula

a(n) = S(n, 627) + S(n-1, 627) = S(2*n, sqrt(629)), with S(n, x) = U(n, x/2) Chebyshev's polynomials of the second kind, A049310. S(-1, x) = 0 = U(-1, x). S(n, 531)=A098260(n).
a(n) = (-2/25)*i*((-1)^n)*T(2*n+1, 25*i/2) with the imaginary unit i and Chebyshev's polynomials of the first kind. See the T-triangle A053120.
G.f.: (1+x)/(1-627*x+x^2).
a(n) = 627*a(n-1) - a(n-2), n > 1; a(0)=1, a(1)=628. [Philippe Deléham, Nov 18 2008]