OFFSET
0,3
COMMENTS
((-1)^(n+1))*a(n) = S_{-14}(n), n>=0, defined in A092184.
LINKS
Robert Israel, Table of n, a(n) for n = 0..831
Index entries for linear recurrences with constant coefficients, signature (15, 15, -1).
FORMULA
a(n) = (T(n, 8)-(-1)^n)/9, with Chebyshev's polynomials of the first kind evaluated at x=8: T(n, 8)=A001081(n)=((8+3*sqrt(7))^n + (8-3*sqrt(7))^n)/2.
a(n) = 16*a(n-1)-a(n-2)+2*(-1)^(n+1), n>=2, a(0)=0, a(1)=1.
a(n) = 15*a(n-1) + 15*a(n-2) - a(n-3), n>=3, a(0)=0, a(1)=1, a(2)=14.
G.f.: x*(1-x)/((1+x)*(1-16*x+x^2)) = x*(1-x)/(1-15*x-15*x^2+x^3) (from the Stephan link, see A092184).
MAPLE
f:= n -> (orthopoly[T](n, 8)-(-1)^n)/9:
map(f, [$0..20]); # Robert Israel, Jun 04 2018
MATHEMATICA
CoefficientList[Series[x (1-x)/(1-15 x-15 x^2+x^3), {x, 0, 33}], x] (* Vincenzo Librandi, Jun 05 2018 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Oct 18 2004
STATUS
approved
