OFFSET
0,4
COMMENTS
Binomial transform is A105367. Consecutive pair sums of 105369.
LINKS
Index entries for linear recurrences with constant coefficients, signature (-5,-10,-10,-5).
FORMULA
G.f.: (1+x)(1+3x+3x^2)/(1+5x+10x^2+10x^3+5x^4).
a(n) = (5/2-sqrt(5)/2)^(n/2)((1/2+sqrt(5)/10)cos(7*Pi*n/10)+ sqrt(1/10-sqrt(5)/50)sin(7*Pi*n/10))- (5/2+sqrt(5)/2)^(n/2)((sqrt(5)/10-1/2)cos(9*Pi*n/10)+sqrt(1/10+sqrt(5)/50)sin(9*Pi*n/10)).
a(0)=1, a(1)=-1, a(2)=1, a(3)=-2, a(n)=-5*a(n-1)-10*a(n-2)- 10*a(n-3)- 5*a(n-4). - Harvey P. Dale, May 23 2012
MATHEMATICA
CoefficientList[Series[((1+x)^4-(1+x)x^3)/((1+x)^5-x^5), {x, 0, 40}], x] (* or *) LinearRecurrence[{-5, -10, -10, -5}, {1, -1, 1, -2}, 41] (* Harvey P. Dale, May 23 2012 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Paul Barry, Apr 01 2005
STATUS
approved
