|
| |
|
|
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
|
| |
|
|