OFFSET
0,2
COMMENTS
The present sequence is the m=2 member of the m-family of sequences b(m,n):=Sum_{k=0..n} (-1)^k*F(k+2)*F(k) given by b(m,n) = (L(m)*A119283(n) + F(m)*(-1)^n*A001654(n))/2, with A119283(n) = b(0,n) = ((-1)^n*F(2*n+1) - (2*n+1))/5 and A001654(n) = F(n+1)*F(n), where F and L are the Fibonacci and Lucas numbers, A000045 and A000032, respectively.
The o.g.f. of b(m,n) is A(m,x) = -(1/2)*x*(F(m+1) + F(m-1)*x)/((1-x)^2*(1+3*x+x^2)), m >= 0, with F(-1) = 1. For the unsigned sums see a comment on A080144.
b(m, n) = ((-1)^n*F(m + 2*n + 1) - n*L(m) - F(m + 1))/5. - Ehren Metcalfe, Aug 21 2017
FORMULA
O.g.f.: -x*(2+x)/((1-x)^2*(1+3*x+x^2)) (see the comment section).
a(n) = ((-1)^n*Fibonacci(2*n + 3) - 3*n - 2)/5. - Ehren Metcalfe, Aug 21 2017
MATHEMATICA
Table[Sum[(-1)^k*Fibonacci[k]*Fibonacci[k + 2], {k, 0, n}], {n, 0, 28}] (* Michael De Vlieger, Aug 23 2017 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Wolfdieter Lang, Jul 30 2012
STATUS
approved