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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097316 Chebyshev U(n,x) polynomial evaluated at x=33. 4
1, 66, 4355, 287364, 18961669, 1251182790, 82559102471, 5447649580296, 359462313197065, 23719065021425994, 1565098829100918539, 103272803655639197580, 6814439942443086121741, 449649763397588044837326 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Used to form integer solutions of Pell equation a^2 - 17*b^2 =-1. See A078989 with A078988.

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

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

a(n) = S(n, 66) with S(n, x) := U(n, x/2), Chebyshev's polynomials of the second kind. See A049310.

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

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

a(n) = ((33+8*sqrt(17))^(n+1) - (33-8*sqrt(17))^(n+1))/(16*sqrt(17)).

CROSSREFS

Sequence in context: A138875 A138877 A004998 * A099639 A003555 A093266

Adjacent sequences:  A097313 A097314 A097315 * A097317 A097318 A097319

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 14 18:47 EST 2012. Contains 205663 sequences.