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!)
A099368 Twice Chebyshev polynomials of the first kind, T(n,x), evaluated at x=51/2. 4
2, 51, 2599, 132498, 6754799, 344362251, 17555720002, 894997357851, 45627309530399, 2326097788692498, 118585359913786999, 6045527257814444451, 308203304788622880002, 15712323016961952435651, 801020270560270951338199 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) and b(n):= A097836(n-1) with b(0) = 0 are the improper and proper nonnegative solutions of the Pell equation a(n)^2 - 53*(7*b(n))^2 = +4. - Wolfdieter Lang, Jun 27 2013
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 51*a(n-1) - a(n-2), n >= 1; a(-1)=51, a(0)=2.
a(n) = S(n, 51) - S(n-2, 51) = 2*T(n, 51/2) with S(n, x) := U(n, x/2), S(-1, x) := 0, S(-2, x) := -1. S(n, 51)=A097836(n). U-, resp. T-, are Chebyshev polynomials of the second, resp. first, case. See A049310 and A053120.
a(n)= ap^n + am^n, with ap:=(51 + 7*sqrt(53))/2 and am:=(51 - 7*sqrt(53))/2.
G.f.: (2-51*x)/(1-51*x+x^2).
MATHEMATICA
LinearRecurrence[{51, -1}, {2, 51}, 15] (* or *) CoefficientList[Series[(2 - 51 x)/(1 - 51 x + x^2), {x, 0, 14}], x] (* Michael De Vlieger, Feb 08 2017 *)
CROSSREFS
Sequence in context: A222850 A089304 A210907 * A132492 A030264 A129742
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Oct 18 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 13 13:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)