login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097771 Chebyshev U(n,x) polynomial evaluated at x=339=2*13^2+1. 2
1, 678, 459683, 311664396, 211308000805, 143266512881394, 97134484425584327, 65857037174033292312, 44650974069510146603209, 30273294562090705363683390, 20525249062123428726430735211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Used to form integer solutions of Pell equation a^2 - 170*b^2 =-1. See A097772 with A097773.
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 2*339*a(n-1) - a(n-2), n>=1, a(0)=1, a(-1):=0.
a(n) = S(n, 2*339)= U(n, 339), Chebyshev's polynomials of the second kind. See A049310.
G.f.: 1/(1-2*339*x+x^2).
a(n)= sum((-1)^k*binomial(n-k, k)*678^(n-2*k), k=0..floor(n/2)), n>=0.
a(n) = ((339+26*sqrt(170))^(n+1) - (339-26*sqrt(170))^(n+1))/(52*sqrt(170)), n>=0.
MATHEMATICA
LinearRecurrence[{678, -1}, {1, 678}, 11] (* Ray Chandler, Aug 12 2015 *)
CROSSREFS
Sequence in context: A251830 A250872 A186127 * A121105 A046514 A199995
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)