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!)
A098302 Member r=17 of the family of Chebyshev sequences S_r(n) defined in A092184. 1
0, 1, 17, 256, 3825, 57121, 852992, 12737761, 190213425, 2840463616, 42416740817, 633410648641, 9458742988800, 141247734183361, 2109257269761617, 31497611312240896, 470354912413851825, 7023826074895536481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
S. Barbero, U. Cerruti, and N. Murru, On polynomial solutions of the Diophantine equation (x + y - 1)^2 = wxy, Rendiconti Sem. Mat. Univ. Pol. Torino (2020) Vol. 78, No. 1, 5-12.
FORMULA
a(n) = 2*(T(n, 15/2)-1)/13 with twice the Chebyshev polynomials of the first kind evaluated at x=15/2: 2*T(n, 15/2)=A078365(n)= ((15+sqrt(221))^n +(15-sqrt(221))^n)/2^n.
a(n) = 15*a(n-1) - a(n-2) + 2, n>=2, a(0)=0, a(1)=1.
a(n) = 16*a(n-1) - 16*a(n-2) + a(n-3), n>=3, a(0)=0, a(1)=1, a(2)=17.
G.f.: x*(1+x)/((1-x)*(1-15*x+x^2)) = x*(1+x)/(1-16*x+16*x^2-x^3) (from the Stephan link, see A092184).
MATHEMATICA
LinearRecurrence[{# - 1, -# + 1, 1}, {0, 1, #}, 18] &[17] (* Michael De Vlieger, Feb 23 2021 *)
CROSSREFS
Sequence in context: A217453 A015675 A029462 * A090457 A342481 A355876
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 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)