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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097737 Chebyshev U(n,x) polynomial evaluated at x=163. 2
1, 326, 106275, 34645324, 11294269349, 3681897162450, 1200287180689351, 391289939007565976, 127559319829285818825, 41583946974408169370974, 13556239154337233929118699, 4419292380366963852723324900 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Used to form integer solutions of Pell equation a^2 - 82*b^2 =-1. See A097738 with A097739.

LINKS

Tanya Khovanova, Recursive Sequences

Index entries for sequences related to Chebyshev polynomials.

FORMULA

a(n) = 2*163*a(n-1) - a(n-2), n>=1, a(0)=1, a(-1):=0.

a(n) = S(n, 2*163)= U(n, 163), Chebyshev's polynomials of the second kind. See A049310.

a(n) = ((129+16*sqrt(65))^(n+1) - (129-16*sqrt(65))^(n+1))/(32*sqrt(65)), n>=0.

a(n)= sum((-1)^k*binomial(n-k, k)*326^(n-2*k), k=0..floor(n/2)), n>=0.

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

a(n) = ((163+18*sqrt(82))^(n+1) - (163-18*sqrt(82))^(n+1))/(36*sqrt(82)), n>=0.

CROSSREFS

Sequence in context: A138817 A158271 A203723 * A126311 A097738 A183848

Adjacent sequences:  A097734 A097735 A097736 * A097738 A097739 A097740

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 19:15 EST 2012. Contains 205852 sequences.