OFFSET
0,3
COMMENTS
See comment and FAMP code for A111569.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,1,1).
FORMULA
G.f.: -x*(1+2*x)/((x^2+x-1)*(x^2+1)).
From Greg Dresden, Jan 15 2024: (Start)
a(2*n) = Fibonacci(n)*Lucas(n+1);
a(2*n+1) = Fibonacci(2*n+1). (End)
MATHEMATICA
Table[Fibonacci[n + 1] - Cos[n*Pi/2], {n, 0, 40}] (* Greg Dresden, Oct 16 2021 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Aug 10 2005
STATUS
approved