The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A098248 Chebyshev polynomials S(n,291). 3
1, 291, 84680, 24641589, 7170617719, 2086625114640, 607200737742521, 176693328057958971, 51417151264128318040, 14962214324533282590669, 4353952951287921105566639, 1266985346610460508437301280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Used for all positive integer solutions of Pell equation x^2 - 293*y^2 = -4. See A098249 with A098250.
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n)= S(n, 291)=U(n, 291/2)= S(2*n+1, sqrt(293))/sqrt(293) with S(n, x)=U(n, x/2) Chebyshev's polynomials of the second kind, A049310. S(-1, x)= 0 = U(-1, x).
a(n)=291*a(n-1)-a(n-2), n >= 1; a(0)=1, a(1)=291; a(-1):=0.
a(n)=(ap^(n+1) - am^(n+1))/(ap-am) with ap := (291+17*sqrt(293))/2 and am := (291-17*sqrt(293))/2 = 1/ap.
G.f.: 1/(1-291*x+x^2).
MATHEMATICA
LinearRecurrence[{291, -1}, {1, 291}, 20] (* Harvey P. Dale, Dec 27 2015 *)
CROSSREFS
Sequence in context: A031695 A158254 A088892 * A185999 A048956 A043439
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 10 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 May 19 08:56 EDT 2024. Contains 372673 sequences. (Running on oeis4.)