login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097726 Pell equation solutions (5*a(n))^2 - 26*b(n)^2 = -1 with b(n):=A097727(n), n>=0. 2
1, 103, 10505, 1071407, 109273009, 11144775511, 1136657829113, 115927953794015, 11823514629160417, 1205882564220568519, 122988198035868828521, 12543590317094399940623 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(-1)=-1 [From Artur Jasinski (grafix(AT)csl.pl), Feb 10 2010]

LINKS

Tanya Khovanova, Recursive Sequences

Index entries for sequences related to Chebyshev polynomials.

FORMULA

a(n)= S(n, 2*51) + S(n-1, 2*51) = S(2*n, 2*sqrt(26)), with Chebyshev polynomials of the 2nd kind. See A049310 for the triangle of S(n, x)= U(n, x/2) coefficients. S(-1, x) := 0 =: U(-1, x).

a(n)= ((-1)^n)*T(2*n+1, 5*I)/(5*I) with the imaginary unit I and Chebyshev polynomials of the first kind. See the T-triangle A053120.

G.f.: (1+x)/(1-102*x+x^2).

a(n)=102*a(n-1)-a(n-2) for n>1 ; a(0)=1, a(1)=103 . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 18 2008]

a(n)=(1/5)Sinh[(2n-1)ArcSinh[5]] {n=1,2,3,...} [From Artur Jasinski (grafix(AT)csl.pl), Feb 10 2010]

EXAMPLE

(x,y) = (5,1), (515,101), (52525,10301), ... give the positive integer solutions to x^2 - 26*y^2 =-1.

MATHEMATICA

Table[(1/5) Round[N[Sinh[(2 n - 1) ArcSinh[5]], 100]], {n, 1, 50}] (*Artur Jasinski*) [From Artur Jasinski (grafix(AT)csl.pl), Feb 10 2010]

CROSSREFS

Cf. A097725 for S(n, 102).

A001079, A037270, A071253, A108741, A132592, A146311, A146312, A146313, A173115,A173116 A173121. [From Artur Jasinski (grafix(AT)csl.pl), Feb 10 2010]

Sequence in context: A034180 A076460 A172116 * A088584 A097014 A106297

Adjacent sequences:  A097723 A097724 A097725 * A097727 A097728 A097729

KEYWORD

nonn,easy

AUTHOR

Wolfdieter Lang (wolfdieter.lang_AT_physik_DOT_uni-karlsruhe_DOT_de), Aug 31 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 10:06 EST 2012. Contains 205763 sequences.