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!)
A099273 Unsigned member r=-15 of the family of Chebyshev sequences S_r(n) defined in A092184. 0
0, 1, 15, 256, 4335, 73441, 1244160, 21077281, 357069615, 6049106176, 102477735375, 1736072395201, 29410752983040, 498246728316481, 8440783628397135, 142995074954434816, 2422475490596994735 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
((-1)^(n+1))*a(n) = S_{-15}(n), n>=0, defined in A092184.
LINKS
FORMULA
a(n)= 2*(T(n, 17/2)-(-1)^n)/19, with twice Chebyshev's polynomials of the first kind evaluated at x=17/2: 2*T(n, 17/2)=A078367(n)= ((17+sqrt(285))^n +(17-sqrt(285))^n)/2^n.
a(n)= 17*a(n-1)-a(n-2)+2*(-1)^(n+1), 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)=15.
G.f.: x*(1-x)/((1+x)*(1-17*x+x^2)) = x*(1-x)/(1-16*x-16*x^2+x^3) (from the Stephan link, see A092184).
MATHEMATICA
LinearRecurrence[{16, 16, -1}, {0, 1, 15}, 30] (* Harvey P. Dale, Oct 09 2011 *)
CROSSREFS
Sequence in context: A145562 A027775 A334995 * A206230 A209263 A180832
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)